Skip to content

Commit

Permalink
#62 .Set none requestedAuthnContext as default behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Mar 29, 2016
1 parent 7dde068 commit 01829e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced_settings_example.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
// Set to false and no AuthContext will be sent in the AuthNRequest,
// 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'
// 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'),
'requestedAuthnContext' => true,
'requestedAuthnContext' => false,

// Allows the authn comparison parameter to be set, defaults to 'exact' if
// the setting is not present.
Expand Down

0 comments on commit 01829e6

Please sign in to comment.