mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Merge branch 'ivir-authncontext' of https://github.com/ivir/BookStack into ivir-ivir-authncontext
This commit is contained in:
@ -139,6 +139,12 @@ return [
|
||||
// )
|
||||
// ),
|
||||
],
|
||||
'security' => [
|
||||
// Specifies Authentication context
|
||||
// false means that IDP choose authentication method
|
||||
// null force Form based authentication or is possible set via array supported methods. See to onelogin/php-sampl/advance_settings
|
||||
'requestedAuthnContext' => env('SAML2_IDP_AUTHNCONTEXT',false),
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user