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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,6 +321,8 @@ In addition to the required settings data (idp, sp), there is extra information
321
321
// 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'
322
322
// 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'),
323
323
'requestedAuthnContext':true,
324
+
// Allows the authn comparison parameter to be set, defaults to 'exact' if the setting is not present.
325
+
'requestedAuthnContextComparison':'exact',
324
326
325
327
// In some environment you will need to set how long the published metadata of the Service Provider gonna be valid.
326
328
// 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