Skip to content

Commit ea3e51a

Browse files
authored
Fix #137 Wrong value of requested_authncontext at the example setting file.
1 parent 838c13e commit ea3e51a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/java-saml-tookit-jspsample/src/main/resources/onelogin.saml.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ onelogin.saml2.security.want_assertions_encrypted = false
127127
onelogin.saml2.security.want_nameid_encrypted = false
128128

129129
# Authentication context.
130-
# Set Empty and no AuthContext will be sent in the AuthNRequest,
131-
# Set comma separated values urn:oasis:names:tc:SAML:2.0:ac:classes:urn:oasis:names:tc:SAML:2.0:ac:classes:Password
132-
onelogin.saml2.security.requested_authncontext = urn:oasis:names:tc:SAML:2.0:ac:classes:urn:oasis:names:tc:SAML:2.0:ac:classes:Password
130+
# Set Empty and no AuthContext will be sent in the AuthNRequest
131+
# You can set multiple values (comma separated them)
132+
onelogin.saml2.security.requested_authncontext = urn:oasis:names:tc:SAML:2.0:ac:classes:Password
133133

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

0 commit comments

Comments
 (0)