Created
October 3, 2019 03:48
-
-
Save dsmrt/6d16972581bbd226005ffb86f4b3bfc7 to your computer and use it in GitHub Desktop.
CraftCMS SAML IdP - SLO Destroy Specified Sessions Setting (within the config directory)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @see \flipbox\saml\idp\models\Settings::class | |
*/ | |
return [ | |
'sloDestroySpecifiedSessions' => true, | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment