[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-transient-subject-c14n-bea...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Feb 20 10:36:02 EST 2014
Author: rdw
Date: Thu Feb 20 10:36:02 2014
New Revision: 5413
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5413&view=rev
Log:
IDP-359 Bug fixing. Wrong class name in config
Modified:
trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-transient-subject-c14n-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-transient-subject-c14n-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-transient-subject-c14n-beans.xml?rev=5413&r1=5412&r2=5413&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-transient-subject-c14n-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-transient-subject-c14n-beans.xml Thu Feb 20 10:36:02 2014
@@ -11,7 +11,7 @@
<bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
- <bean id="SAML2TransientDecoder" class="net.shibboleth.idp.saml.impl.nameid.NameID"
+ <bean id="SAML2TransientDecoder" class="net.shibboleth.idp.saml.impl.nameid.TransientNameIDDecoder"
scope="prototype" p:id="SAML2TransientDecoder" p:idStore-ref="shibboleth.StorageService" />
<bean id="SAML2TransientCanonicalization" class="net.shibboleth.idp.saml.impl.nameid.NameIDCanonicalization"
More information about the commits
mailing list