Skip to content

Commit

Permalink
Set strict=true on config examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Mar 11, 2019
1 parent 512f82e commit c7c92f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ $settings = array(
// or unencrypted messages if it expects them to be signed or encrypted.
// Also it will reject the messages if the SAML standard is not strictly
// followed: Destination, NameId, Conditions ... are validated too.
'strict' => false,
'strict' => true,

// Enable debug mode (to print errors).
'debug' => false,
Expand Down
2 changes: 1 addition & 1 deletion settings_example.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// or unencrypted messages if it expects them signed or encrypted
// Also will reject the messages if not strictly follow the SAML
// standard: Destination, NameId, Conditions ... are validated too.
'strict' => false,
'strict' => true,

// Enable debug mode (to print errors)
'debug' => false,
Expand Down

0 comments on commit c7c92f8

Please sign in to comment.