Skip to content

Commit c7c92f8

Browse files
committed
Set strict=true on config examples
1 parent 512f82e commit c7c92f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ $settings = array(
249249
// or unencrypted messages if it expects them to be signed or encrypted.
250250
// Also it will reject the messages if the SAML standard is not strictly
251251
// followed: Destination, NameId, Conditions ... are validated too.
252-
'strict' => false,
252+
'strict' => true,
253253

254254
// Enable debug mode (to print errors).
255255
'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)