options->is_configured()) : ?>
options->get('wsl_migration')) { $instructions = __(<<Update your existing client:
  1. First go to: Authentiq Dashboard and sign in.
  2. Locate your existing client for this site.
  3. Change the "Redirect URIs" for your application to:
    %s
  4. Set the "Backchannel Logout URL" for your application (under advanced options):
    %s
  5. Click "Save".

And you're all set!
%s

P.S.: If you were using WordPress Social Login plugin just for Authentiq, then feel free to deactivate it.

TXT , AUTHENTIQ_LANG); $configured_button = '' . __('Done', AUTHENTIQ_LANG) . ''; printf( $instructions, Authentiq_Provider::get_redirect_url(), Authentiq_Backchannel_Logout::get_post_backchannel_logout_url(), $configured_button ); } else { $instructions = __(<<Register a new client:
  1. First go to: Authentiq Dashboard and sign in.
  2. Create a new application.
  3. Fill out any required fields such as the application name and description.
  4. Set the "Redirect URIs" for your application:
    %s
  5. Set the "Backchannel Logout URL" for your application (under advanced options):
    %s
  6. Click "Save".
  7. Once registered, paste the created application credentials into the boxes below.
TXT , AUTHENTIQ_LANG); printf( $instructions, Authentiq_Provider::get_redirect_url(), Authentiq_Backchannel_Logout::get_post_backchannel_logout_url() ); } ?>

Authentiq Dashboard to change your client’s configuration.', AUTHENTIQ_LANG) ?>

options->get('client_scopes', array()); ?>

plugin page for widget and short code options.', AUTHENTIQ_LANG) ?>

options->get('layout_signin_form'); ?>
options->get('layout_registration_form'); ?>
options->get('button_color_scheme'); ?>

options->get('classic_wp_login_for'); ?>
options->get('default_login_redirection_applies_to'); ?>
options->get('filter_user_domains_condition'); ?>
options->is_configured() && $this->options->get('wsl_migration')) : ?>