Skip to content

Commit fa67f9e

Browse files
committed
Minor typo
1 parent 2581f4f commit fa67f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ In addition to the required settings data (idp, sp), there is extra information
311311
// Set to false and no AuthContext will be sent in the AuthNRequest,
312312
// Set true or don't present thi parameter and you will get an AuthContext 'exact' 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport'
313313
// Set an array with the possible auth context values: array ('urn:oasis:names:tc:SAML:2.0:ac:classes:Password', 'urn:oasis:names:tc:SAML:2.0:ac:classes:X509'),
314-
'requestedAuthnContext' => true,
314+
'requestedAuthnContext': true,
315315
},
316316

317317
// Contact information template, it is recommended to suply a

0 commit comments

Comments
 (0)