We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411f7ab commit 95ba1d9Copy full SHA for 95ba1d9
2 files changed
README.md
@@ -287,7 +287,7 @@ $settings = array (
287
// or unencrypted messages if it expects them to be signed or encrypted.
288
// Also it will reject the messages if the SAML standard is not strictly
289
// followed: Destination, NameId, Conditions ... are validated too.
290
- 'strict' => false,
+ 'strict' => true,
291
292
// Enable debug mode (to print errors).
293
'debug' => false,
settings_example.php
@@ -5,7 +5,7 @@
5
// or unencrypted messages if it expects them signed or encrypted
6
// Also will reject the messages if not strictly follow the SAML
7
// standard: Destination, NameId, Conditions ... are validated too.
8
9
10
// Enable debug mode (to print errors)
11
0 commit comments