[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-flow.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Oct 18 21:22:39 EDT 2016


Author: putmanb
Date: Tue Oct 18 21:22:39 2016
New Revision: 8514

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8514&view=rev
Log:
IDP-1022: ClientStorageService error when issuing delegated assertion

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-flow.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-flow.xml?rev=8514&r1=8513&r2=8514&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-flow.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-flow.xml	Tue Oct 18 21:22:39 2016
@@ -80,6 +80,11 @@
         
         <transition on="proceed" to="ResolveAttributes" />
     </action-state>
+    
+    <action-state id="EncryptAndSign">
+        <!-- Here we override and "splice in" ReturnToParentFlow to run after the this action defined in the parent flow -->
+        <transition on="proceed" to="ReturnToParentFlow" />
+    </action-state>
 
     <bean-import resource="idwsf-ssos-beans.xml" />
 



More information about the commits mailing list