[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/authn/general-authn.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Sep 16 21:12:05 EDT 2014
Author: scantor
Date: Tue Sep 16 21:12:05 2014
New Revision: 6538
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6538&view=rev
Log:
Add additional context class to X.509 flow.
Modified:
trunk/idp-conf/src/main/resources/conf/authn/general-authn.xml
Modified: trunk/idp-conf/src/main/resources/conf/authn/general-authn.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn/general-authn.xml?rev=6538&r1=6537&r2=6538&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn/general-authn.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/authn/general-authn.xml Tue Sep 16 21:12:05 2014
@@ -47,6 +47,8 @@
<property name="supportedPrincipals">
<util:list>
<bean parent="shibboleth.SAML2AuthnContextClassRef"
+ c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:X509" />
+ <bean parent="shibboleth.SAML2AuthnContextClassRef"
c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient" />
<bean parent="shibboleth.SAML1AuthenticationMethod"
c:method="urn:ietf:rfc:2246" />
More information about the commits
mailing list