Skip to content

Commit 0fe03e9

Browse files
authored
Fix typo
1 parent 4522a01 commit 0fe03e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ onelogin.saml2.security.want_nameid_encrypted = false
323323

324324
# Authentication context.
325325
# Set Empty and no AuthContext will be sent in the AuthNRequest,
326-
# Set comma separated values urn:oasis:names:tc:SAML:2.0:ac:classes:urn:oasis:names:tc:SAML:2.0:ac:classes:Password
327-
onelogin.saml2.security.requested_authncontext = urn:oasis:names:tc:SAML:2.0:ac:classes:urn:oasis:names:tc:SAML:2.0:ac:classes:Password
326+
# Set comma separated values urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos,urn:oasis:names:tc:SAML:2.0:ac:classes:Password
327+
onelogin.saml2.security.requested_authncontext = urn:oasis:names:tc:SAML:2.0:ac:classes:Password
328328

329329
# Allows the authn comparison parameter to be set, defaults to 'exact'
330330
onelogin.saml2.security.requested_authncontextcomparison = exact

0 commit comments

Comments
 (0)