File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
samples/java-saml-tookit-jspsample/src/main/resources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,9 @@ onelogin.saml2.security.want_assertions_encrypted = false
127127onelogin.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'
135135onelogin.saml2.security.onelogin.saml2.security.requested_authncontextcomparison = exact
You can’t perform that action at this time.
0 commit comments