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

noreply at shibboleth.net noreply at shibboleth.net
Wed Apr 30 11:51:00 EDT 2014


Author: tzeller
Date: Wed Apr 30 11:51:00 2014
New Revision: 5808

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5808&view=rev
Log:
Remove the end state output attribute mapping used in the testbed from the abstract SAML flow definition. Instead, manually assembly flows and the output attribute mapper.

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

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-flow.xml?rev=5808&r1=5807&r2=5808&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-flow.xml Wed Apr 30 11:51:00 2014
@@ -130,11 +130,7 @@
 
     <!-- Terminus -->
 
-    <end-state id="end">
-        <!-- TODO: Probably remove later. For tests, map the profile request context as an output attribute -->
-        <output name="ProfileRequestContext"
-            value="flowRequestContext.getConversationScope().get('org.opensaml.profile.context.ProfileRequestContext')" />
-    </end-state>
+    <end-state id="end" />
 
     <!-- Handle errors by transitioning to an action defined below us.  -->
 



More information about the commits mailing list