Skip to content

Commit 399a98e

Browse files
authored
Update README.md
Update docs
1 parent b41ccc3 commit 399a98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ $advancedSettings = array (
510510
// Set to false and no AuthContext will be sent in the AuthNRequest.
511511
// 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'.
512512
// 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,
514514

515515
// Indicates if the SP will validate all received xmls.
516516
// (In order to validate the xml, 'strict' and 'wantXMLValidation' must be true).

0 commit comments

Comments
 (0)