]> BookStack Code Mirror - bookstack/blobdiff - app/Config/saml2.php
Add support Windows Authentication via SAML
[bookstack] / app / Config / saml2.php
index 5f2c1395b836aacedd36496d153a0ea52f412165..83fa4f227ff95f2d64f40adcf544fe75e7db9bc2 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), 
+        ],
     ],
 
 ];