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

noreply at shibboleth.net noreply at shibboleth.net
Tue Sep 29 16:23:13 EDT 2015


Author: scantor
Date: Tue Sep 29 16:23:13 2015
New Revision: 7791

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7791&view=rev
Log:
Add an input variable mapping.

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

Modified: trunk/idp-conf/src/main/resources/system/flows/authn/authn-abstract-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/authn/authn-abstract-flow.xml?rev=7791&r1=7790&r2=7791&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/authn/authn-abstract-flow.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/authn/authn-abstract-flow.xml	Tue Sep 29 16:23:13 2015
@@ -5,6 +5,9 @@
 
     <!-- Rudimentary impediment to direct execution of subflow. -->
     <input name="calledAsSubflow" type="boolean" required="true" />
+
+    <!-- Indicates another login flow has called one as a subflow. -->
+    <input name="calledAsExtendedFlow" type="boolean" value="flowScope.calledAsExtendedFlow" />
 
     <!-- Defines the possible end-state events, and a global transition rule. -->
 



More information about the commits mailing list