[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/c14n: saml1-direct-subject-c14n-fl...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Feb 25 19:38:12 EST 2014
Author: scantor
Date: Tue Feb 25 19:38:11 2014
New Revision: 5480
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5480&view=rev
Log:
Make sure action IDs match bean ID, define missing global event in c14n flow.
Modified:
trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-direct-subject-c14n-flow.xml
trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-transient-subject-c14n-flow.xml
trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-direct-subject-c14n-flow.xml
trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-transient-subject-c14n-flow.xml
trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-abstract-flow.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-direct-subject-c14n-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-direct-subject-c14n-flow.xml?rev=5480&r1=5479&r2=5480&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-direct-subject-c14n-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-direct-subject-c14n-flow.xml Tue Feb 25 19:38:11 2014
@@ -5,7 +5,7 @@
<!-- This is a one-step subflow that does direct NameIdenitifer Subject Canonicalization-->
- <action-state id="SAML1DirectSubjectCanonicalization">
+ <action-state id="SAML1DirectCanonicalization">
<evaluate expression="SAML1DirectCanonicalization" />
</action-state>
Modified: trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-transient-subject-c14n-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-transient-subject-c14n-flow.xml?rev=5480&r1=5479&r2=5480&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-transient-subject-c14n-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/c14n/saml1-transient-subject-c14n-flow.xml Tue Feb 25 19:38:11 2014
@@ -5,7 +5,7 @@
<!-- This is a one-step subflow that does NameIdenitifer Subject Canonicalization for TransientNameidentifiers -->
- <action-state id="SAML1TransientSubjectCanonicalization">
+ <action-state id="SAML1TransientCanonicalization">
<evaluate expression="SAML1TransientCanonicalization" />
</action-state>
Modified: trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-direct-subject-c14n-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-direct-subject-c14n-flow.xml?rev=5480&r1=5479&r2=5480&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-direct-subject-c14n-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-direct-subject-c14n-flow.xml Tue Feb 25 19:38:11 2014
@@ -5,7 +5,7 @@
<!-- This is a one-step subflow that does direct NameID Subject Canonicalization. -->
- <action-state id="SAML2DirectSubjectCanonicalization">
+ <action-state id="SAML2DirectCanonicalization">
<evaluate expression="SAML2DirectCanonicalization" />
</action-state>
Modified: trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-transient-subject-c14n-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-transient-subject-c14n-flow.xml?rev=5480&r1=5479&r2=5480&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-transient-subject-c14n-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-transient-subject-c14n-flow.xml Tue Feb 25 19:38:11 2014
@@ -5,7 +5,7 @@
<!-- This is a one-step subflow that does Transient NameID Subject Canonicalization. -->
- <action-state id="SAML2TransientSubjectCanonicalization">
+ <action-state id="SAML2TransientCanonicalization">
<evaluate expression="SAML2TransientCanonicalization" />
</action-state>
Modified: trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-abstract-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-abstract-flow.xml?rev=5480&r1=5479&r2=5480&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-abstract-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-abstract-flow.xml Tue Feb 25 19:38:11 2014
@@ -13,6 +13,7 @@
<end-state id="InvalidSubject" />
<end-state id="InvalidSubjectCanonicalizationContext" />
<end-state id="ReselectFlow" />
[... 5 lines stripped ...]
More information about the commits
mailing list