]> BookStack Code Mirror - bookstack/blobdiff - app/Config/saml2.php
Merge branch 'ivir-authncontext' of https://github.com/ivir/BookStack into ivir-ivir...
[bookstack] / app / Config / saml2.php
index d695abf325d1e5260b14d8325ea503c18bfe1abb..0e186c26937e0b97282d6e46abd5692f8b6666f3 100644 (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), 
+        ],
     ],
 
 ];