1
0
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:
Dan Brown
2021-05-08 12:13:27 +01:00
2 changed files with 12 additions and 0 deletions

View File

@ -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),
],
],
];