You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Actions/Configuration.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -390,13 +390,13 @@ final class Configuration extends Base
390
390
],
391
391
'backchannel_logout' => [
392
392
'title' => 'Back-Channel Logout',
393
-
'description' => 'You must configure your <a href="https://auth0.com/docs/authenticate/login/logout/back-channel-logout/configure-back-channel-logout" target="_blank">Auth0 tenant</a> to enable this feature.',
393
+
'description' => '<a href="https://auth0.com/docs/authenticate/login/logout/back-channel-logout" target="_blank">OIDC Back-Channel Logout</a> enables coordination of session termination via back-channel communication.',
394
394
'options' => [
395
395
'enabled' => [
396
396
'title' => 'Enabled',
397
397
'type' => 'boolean',
398
398
'enabled' => 'isPluginReady',
399
-
'description' => 'Enable this if your site is <b>exclusively</b> served over HTTPS.',
399
+
'description' => 'You must also configure your <a href="https://auth0.com/docs/authenticate/login/logout/back-channel-logout/configure-back-channel-logout" target="_blank">Auth0 tenant</a> to fully enable this feature.',
0 commit comments