File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ $settings = array (
287287 // or unencrypted messages if it expects them to be signed or encrypted.
288288 // Also it will reject the messages if the SAML standard is not strictly
289289 // followed: Destination, NameId, Conditions ... are validated too.
290- 'strict' => false ,
290+ 'strict' => true ,
291291
292292 // Enable debug mode (to print errors).
293293 'debug' => false,
Original file line number Diff line number Diff line change 55 // or unencrypted messages if it expects them signed or encrypted
66 // Also will reject the messages if not strictly follow the SAML
77 // standard: Destination, NameId, Conditions ... are validated too.
8- 'strict ' => false ,
8+ 'strict ' => true ,
99
1010 // Enable debug mode (to print errors)
1111 'debug ' => false ,
You can’t perform that action at this time.
0 commit comments