Skip to content

Commit

Permalink
Merge pull request #55 from GluuFederation/acr_and_nameid_enhancement
Browse files Browse the repository at this point in the history
Default supported ACR
  • Loading branch information
malotian committed May 21, 2019
2 parents 1f968d4 + 2cb42a9 commit 5dd0509
Showing 1 changed file with 11 additions and 2 deletions.
Expand Up @@ -124,8 +124,17 @@

<bean id="authn/oxAuth" parent="shibboleth.AuthenticationFlow"
p:forcedAuthenticationSupported="true"
p:nonBrowserSupported="false" />

p:nonBrowserSupported="false" >
<list>
<bean parent="shibboleth.SAML2AuthnContextClassRef"
c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocol" />
<bean parent="shibboleth.SAML2AuthnContextClassRef"
c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport" />
<bean parent="shibboleth.SAML2AuthnContextClassRef"
c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:Password" />
</list>
</property>
</bean>
</util:list>

<!--
Expand Down

0 comments on commit 5dd0509

Please sign in to comment.