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
@@ -401,11 +401,13 @@ In addition to the required settings data (idp, sp), extra settings can be defin
401
401
402
402
// Authentication context.
403
403
// Set to false and no AuthContext will be sent in the AuthNRequest,
404
-
// 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'
404
+
// 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'
405
405
// 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'),
406
406
"requestedAuthnContext":true,
407
407
// Allows the authn comparison parameter to be set, defaults to 'exact' if the setting is not present.
408
408
"requestedAuthnContextComparison":"exact",
409
+
// Set to true to check that the AuthnContext received matches the one requested.
410
+
"failOnAuthnContextMismatch":false,
409
411
410
412
// In some environment you will need to set how long the published metadata of the Service Provider gonna be valid.
411
413
// 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