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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -396,11 +396,13 @@ In addition to the required settings data (idp, sp), extra settings can be defin
396
396
397
397
// Authentication context.
398
398
// Set to false and no AuthContext will be sent in the AuthNRequest,
399
-
// Set true or don't present thi parameter and you will get an AuthContext 'exact' 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport'
399
+
// 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'
400
400
// 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'),
401
401
"requestedAuthnContext":true,
402
402
// Allows the authn comparison parameter to be set, defaults to 'exact' if the setting is not present.
403
403
"requestedAuthnContextComparison":"exact",
404
+
// Set to true to check that the AuthnContext received matches the one requested.
405
+
"failOnAuthnContextMismatch":false,
404
406
405
407
// In some environment you will need to set how long the published metadata of the Service Provider gonna be valid.
406
408
// is possible to not set the 2 following parameters (or set to null) and default values will be set (2 days, 1 week)
0 commit comments