Skip to content

Commit

Permalink
mispelings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbrown8 authored Aug 23, 2024
1 parent e4d15e6 commit 54e1450
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions advanced_settings_example.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@

// If true, Destination URL should strictly match to the address to
// which the response has been sent.
// Notice that if 'relaxDestinationValidation' is true an empty Destintation
// Notice that if 'relaxDestinationValidation' is true an empty Destination
// will be accepted.
'destinationStrictlyMatches' => false,

// If true, SAMLResponses with an InResponseTo value will be rejectd if not
// If true, SAMLResponses with an InResponseTo value will be rejected if not
// AuthNRequest ID provided to the validation method.
'rejectUnsolicitedResponsesWithInResponseTo' => false,

Expand All @@ -121,7 +121,7 @@
'lowercaseUrlencoding' => false,
),

// Contact information template, it is recommended to suply a technical and support contacts
// Contact information template, it is recommended to supply a technical and support contacts
'contactPerson' => array (
'technical' => array (
'givenName' => '',
Expand All @@ -133,7 +133,7 @@
),
),

// Organization information template, the info in en_US lang is recomended, add more if required
// Organization information template, the info in en_US lang is recommended, add more if required
'organization' => array (
'en-US' => array(
'name' => '',
Expand Down

0 comments on commit 54e1450

Please sign in to comment.