[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/authn/external-authn-flow.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jul 21 18:58:00 EDT 2016
Author: scantor
Date: Thu Jul 21 18:58:00 2016
New Revision: 8302
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8302&view=rev
Log:
IDP-977 - Refactor c14n flow contract to allow a single flow, and reuse
Fix regression.
Modified:
trunk/idp-conf/src/main/resources/system/flows/authn/external-authn-flow.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/authn/external-authn-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/authn/external-authn-flow.xml?rev=8302&r1=8301&r2=8302&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/authn/external-authn-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/authn/external-authn-flow.xml Thu Jul 21 18:58:00 2016
@@ -25,7 +25,7 @@
<evaluate expression="PopulateSubjectCanonicalizationContext" />
<evaluate expression="'proceed'" />
- <transition on="proceed" to="PopulateSubjectCanonicalizationContext" />
+ <transition on="proceed" to="CallSubjectCanonicalization" />
</action-state>
<!-- This runs a c14n step on the result of the authentication. -->
More information about the commits
mailing list