[java-idp-testbed COMMIT] /trunk/src/main/config/system/flows/saml2/sso-abstract-flow.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Nov 18 16:11:00 EST 2013


Author: scantor
Date: Mon Nov 18 16:10:59 2013
New Revision: 54

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=54&view=rev
Log:
Route around authentication errors for the time being.

Modified:
    trunk/src/main/config/system/flows/saml2/sso-abstract-flow.xml

Modified: trunk/src/main/config/system/flows/saml2/sso-abstract-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/system/flows/saml2/sso-abstract-flow.xml?rev=54&r1=53&r2=54&view=diff
==============================================================================
--- trunk/src/main/config/system/flows/saml2/sso-abstract-flow.xml (original)
+++ trunk/src/main/config/system/flows/saml2/sso-abstract-flow.xml Mon Nov 18 16:10:59 2013
@@ -56,7 +56,8 @@
     </action-state>
     
     <subflow-state id="DoAuthenticationSubflow" subflow="Authentication">
-        <transition on="#{true}" to="AddAttributeRecipientContext" />
+        <transition on="proceed" to="AddAttributeRecipientContext" />
+        <transition on="#{true}" to="BuildResponse" />
     </subflow-state>
         
     <action-state id="AddAttributeRecipientContext">
@@ -88,7 +89,7 @@
     
     <action-state id="AddAttributeStatementToAssertion">
         <evaluate expression="AddAttributeStatementToAssertion" />
-        <transition on="proceed" to="HandleOutboundMessage"/>
+        <transition on="#{true}" to="HandleOutboundMessage"/>
     </action-state>
     
     <action-state id="HandleOutboundMessage">



More information about the commits mailing list