Skip to content

Commit 7cf6813

Browse files
committed
Update Configuration.php
1 parent bb53125 commit 7cf6813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Actions/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,13 +390,13 @@ final class Configuration extends Base
390390
],
391391
'backchannel_logout' => [
392392
'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.',
394394
'options' => [
395395
'enabled' => [
396396
'title' => 'Enabled',
397397
'type' => 'boolean',
398398
'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.',
400400
'select' => [
401401
'false' => 'Disabled',
402402
'true' => 'Enabled',

0 commit comments

Comments
 (0)