[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/expiring-...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Dec 29 12:21:06 EST 2016
Author: scantor
Date: Thu Dec 29 12:21:05 2016
New Revision: 8584
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8584&view=rev
Log:
IDP-1102 - View template used in expiring-password flow inadvertently moved
https://issues.shibboleth.net/jira/browse/IDP-1102
Modified:
trunk/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/expiring-password-flow.xml
Modified: trunk/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/expiring-password-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/expiring-password-flow.xml?rev=8584&r1=8583&r2=8584&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/expiring-password-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/expiring-password-flow.xml Thu Dec 29 12:21:05 2016
@@ -11,7 +11,7 @@
<!-- Rudimentary impediment to direct execution of subflow. -->
<input name="calledAsSubflow" type="boolean" required="true" />
- <view-state id="ExpiringPassword" view="expiring-password">
+ <view-state id="ExpiringPassword" view="intercept/expiring-password">
<on-render>
<evaluate expression="environment" result="viewScope.environment" />
<evaluate expression="opensamlProfileRequestContext" result="viewScope.profileRequestContext" />
More information about the commits
mailing list