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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -399,6 +399,10 @@ $advancedSettings = array (
399
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'
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
+
403
+
// Indicates if the SP will validate all received xmls.
404
+
// (In order to validate the xml, 'strict' and 'wantXMLValidation' must be true).
405
+
'wantXMLValidation' => true,
402
406
),
403
407
404
408
// Contact information template, it is recommended to suply a
Copy file name to clipboardExpand all lines: advanced_settings_example.php
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,10 @@
51
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'
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
+
55
+
// Indicates if the SP will validate all received xmls.
56
+
// (In order to validate the xml, 'strict' and 'wantXMLValidation' must be true).
57
+
'wantXMLValidation' => true,
54
58
),
55
59
56
60
// Contact information template, it is recommended to suply a technical and support contacts
0 commit comments