[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Dec 9 12:19:13 EST 2016
Author: scantor
Date: Fri Dec 9 12:19:13 2016
New Revision: 8578
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8578&view=rev
Log:
IDP-1016 - Factor out RPUI population step
https://issues.shibboleth.net/jira/browse/IDP-1016
Missed this change in initial-authn flow.
Modified:
trunk/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml?rev=8578&r1=8577&r2=8578&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml Fri Dec 9 12:19:13 2016
@@ -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