File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9191
9292 // If true, Destination URL should strictly match to the address to
9393 // which the response has been sent.
94- // Notice that if 'relaxDestinationValidation' is true an empty Destintation
94+ // Notice that if 'relaxDestinationValidation' is true an empty Destination
9595 // will be accepted.
9696 'destinationStrictlyMatches ' => false ,
9797
98- // If true, SAMLResponses with an InResponseTo value will be rejectd if not
98+ // If true, SAMLResponses with an InResponseTo value will be rejected if not
9999 // AuthNRequest ID provided to the validation method.
100100 'rejectUnsolicitedResponsesWithInResponseTo ' => false ,
101101
121121 'lowercaseUrlencoding ' => false ,
122122 ),
123123
124- // Contact information template, it is recommended to suply a technical and support contacts
124+ // Contact information template, it is recommended to supply a technical and support contacts
125125 'contactPerson ' => array (
126126 'technical ' => array (
127127 'givenName ' => '' ,
133133 ),
134134 ),
135135
136- // Organization information template, the info in en_US lang is recomended , add more if required
136+ // Organization information template, the info in en_US lang is recommended , add more if required
137137 'organization ' => array (
138138 'en-US ' => array (
139139 'name ' => '' ,
You can’t perform that action at this time.
0 commit comments