[java-identity-provider COMMIT] in /branches/3.3: ./ idp-conf/src/main/resources/system/flows/authn/initial-authn-flo...

noreply at shibboleth.net noreply at shibboleth.net
Mon Mar 6 21:51:32 EST 2017


Author: scantor
Date: Mon Mar  6 21:51:32 2017
New Revision: 8658

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8658&view=rev
Log:
BPr8578 - IDP-1016 - Factor out RPUI population step

Modified:
    branches/3.3/   (props changed)
    branches/3.3/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml

Modified: branches/3.3/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.3/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml?rev=8658&r1=8657&r2=8658&view=diff
==============================================================================
--- branches/3.3/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml	(original)
+++ branches/3.3/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml	Mon Mar  6 21:51:32 2017
@@ -12,7 +12,8 @@
     
     <action-state id="AuthenticationSetup">
         <evaluate expression="PopulateSessionContext" />
-        <evaluate expression="'proceed'" />
+        <evaluate expression="SetRPUIInformation" />
+         <evaluate expression="'proceed'" />
         
         <transition on="proceed" to="TestForSession" />
     </action-state>



More information about the commits mailing list