Skip to content

Commit 95ba1d9

Browse files
committed
Set strict=true on config examples
1 parent 411f7ab commit 95ba1d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

settings_example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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,

0 commit comments

Comments
 (0)