Skip to content

Instantly share code, notes, and snippets.

@dsmrt
Created October 3, 2019 03:48
Show Gist options
  • Save dsmrt/6d16972581bbd226005ffb86f4b3bfc7 to your computer and use it in GitHub Desktop.
Save dsmrt/6d16972581bbd226005ffb86f4b3bfc7 to your computer and use it in GitHub Desktop.
CraftCMS SAML IdP - SLO Destroy Specified Sessions Setting (within the config directory)
<?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