[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/main/resources/flows/saml1/sso.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Sep 1 14:58:02 BST 2011
Author: lajoie
Date: Thu Sep 1 14:58:02 2011
New Revision: 4049
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4049&view=rev
Log:
fix up a couple references
Modified:
trunk/idp-saml-impl/src/main/resources/flows/saml1/sso.xml
Modified: trunk/idp-saml-impl/src/main/resources/flows/saml1/sso.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/resources/flows/saml1/sso.xml?rev=4049&r1=4048&r2=4049&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/resources/flows/saml1/sso.xml (original)
+++ trunk/idp-saml-impl/src/main/resources/flows/saml1/sso.xml Thu Sep 1 14:58:02 2011
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd">
<action-state id="InitializeProfileRequestContext">
- <transition on="proceed" to="DecodeMessage" />
+ <transition on="proceed" to="DecodeIdpInitiatedSsoMessage" />
</action-state>
<action-state id="DecodeIdpInitiatedSsoMessage">
@@ -12,7 +12,7 @@
</action-state>
<action-state id="CheckRequestVersion">
- <transition on="proceed" to="CheckMessageLifetime"/>
+ <transition on="proceed" to="CheckMandatoryIssuer"/>
<transition on="error" to="GenerateErrorResponse" />
</action-state>
More information about the commits
mailing list