[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
Tue Feb 11 07:14:33 EST 2014
Author: rdw
Date: Tue Feb 11 07:14:33 2014
New Revision: 5368
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5368&view=rev
Log:
IDP-359 Missed checkin: Move the formats that are understood from the Canonicalization bean to the condition bean. This allows some simplification in config as well as saves time in running dead end flows.
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=5368&r1=5367&r2=5368&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 Tue Feb 11 07:14:33 2014
@@ -16,6 +16,8 @@
<bean id="SAML2TransientCanonicalization"
class="net.shibboleth.idp.saml.impl.nameid.NameIDCanonicalization"
- scope="prototype" p:decoder-ref="SAML2TransientDecoder" />
+ scope="prototype"
+ c:condition-ref="SubjectC14NFlow/SAML2/Transient/Condition"
+ p:decoder-ref="SAML2TransientDecoder"/>
</beans>
More information about the commits
mailing list