Skip to content
Snippets Groups Projects
Commit 9d129639 authored by Michael Simon's avatar Michael Simon
Browse files

change authn context

parent 62bb009c
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ public class SsoHelper implements Serializable {
public AuthnStatement buildAuthnStatement(long validityInterval) {
AuthnContextClassRef accr = samlHelper.create(AuthnContextClassRef.class, AuthnContextClassRef.DEFAULT_ELEMENT_NAME);
accr.setAuthnContextClassRef(AuthnContext.PASSWORD_AUTHN_CTX);
accr.setAuthnContextClassRef(AuthnContext.PPT_AUTHN_CTX);
AuthnContext ac = samlHelper.create(AuthnContext.class, AuthnContext.DEFAULT_ELEMENT_NAME);
ac.setAuthnContextClassRef(accr);
AuthnStatement as = samlHelper.create(AuthnStatement.class, AuthnStatement.DEFAULT_ELEMENT_NAME);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment