[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-flow.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Aug 25 12:33:57 EDT 2014
Author: tzeller
Date: Mon Aug 25 12:33:57 2014
New Revision: 6467
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6467&view=rev
Log:
Wire, but comment out, the consent flow placeholder into the SAML 2 SSO flow.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-flow.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-flow.xml?rev=6467&r1=6466&r2=6467&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-flow.xml Mon Aug 25 12:33:57 2014
@@ -68,6 +68,13 @@
<input name="calledAsSubflow" value="true" />
<transition on="proceed" to="BuildResponse" />
</subflow-state>
+
+ <!-- TODO Figure out where to wire in consent flow, here for the time being.
+ <subflow-state id="Consent" subflow="consent">
+ <input name="calledAsSubflow" value="true" />
+ <transition on="proceed" to="BuildResponse" />
+ </subflow-state>
+ -->
<action-state id="BuildResponse">
<evaluate expression="AddResponseShell" />
More information about the commits
mailing list