options->get('wsl_migration')) {
$instructions = __(<<
Update your existing client:
- First go to: Authentiq Dashboard and sign in.
- Locate your existing client for this site.
- Change the "Redirect URIs" for your application to:
%s
- Set the "Backchannel Logout URL" for your application (under advanced options):
%s
- 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:
- First go to: Authentiq Dashboard and sign in.
- Create a new application.
- Fill out any required fields such as the application name and description.
- Set the "Redirect URIs" for your application:
%s
- Set the "Backchannel Logout URL" for your application (under advanced options):
%s
- Click "Save".
- 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) ?>
plugin page for widget and short code options.', AUTHENTIQ_LANG) ?>