[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows: saml1/sso-abstract-flow.xml saml2...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Jan 28 12:02:10 EST 2014
Author: tzeller
Date: Tue Jan 28 12:02:09 2014
New Revision: 5257
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5257&view=rev
Log:
For tests and probably to be removed later, output the ProfileRequestContext as a flow outcome output attribute.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-flow.xml
trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-flow.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-flow.xml?rev=5257&r1=5256&r2=5257&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-flow.xml Tue Jan 28 12:02:09 2014
@@ -95,7 +95,10 @@
<transition on="proceed" to="end" />
</action-state>
- <end-state id="end" />
+ <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>
<!-- TODO error view-state ? -->
<view-state id="error" />
Modified: trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-flow.xml?rev=5257&r1=5256&r2=5257&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-flow.xml Tue Jan 28 12:02:09 2014
@@ -118,6 +118,8 @@
<evaluate expression="externalContext.recordResponseComplete()" />
</on-entry>
-->
+ <!-- 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>
<global-transitions>
More information about the commits
mailing list