You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -510,7 +510,7 @@ $advancedSettings = array (
510
510
// Set to false and no AuthContext will be sent in the AuthNRequest.
511
511
// Set true or don't present this parameter and you will get an AuthContext 'exact' 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport'.
512
512
// Set an array with the possible auth context values: array ('urn:oasis:names:tc:SAML:2.0:ac:classes:Password', 'urn:oasis:names:tc:SAML:2.0:ac:classes:X509').
513
-
'requestedAuthnContext' => true,
513
+
'requestedAuthnContext' => false,
514
514
515
515
// Indicates if the SP will validate all received xmls.
516
516
// (In order to validate the xml, 'strict' and 'wantXMLValidation' must be true).
0 commit comments