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: advanced_settings_example.php
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,14 @@
48
48
49
49
// Authentication context.
50
50
// Set to false and no AuthContext will be sent in the AuthNRequest,
51
-
// 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'
51
+
// 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'
52
52
// 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'),
53
53
'requestedAuthnContext' => true,
54
54
55
+
// Allows the authn comparison parameter to be set, defaults to 'exact' if
56
+
// the setting is not present.
57
+
'requestedAuthnContextComparison' => 'exact',
58
+
55
59
// Indicates if the SP will validate all received xmls.
56
60
// (In order to validate the xml, 'strict' and 'wantXMLValidation' must be true).
0 commit comments