[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/expiring-...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Mar 3 10:00:21 EST 2015
Author: scantor
Date: Tue Mar 3 10:00:21 2015
New Revision: 7395
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7395&view=rev
Log:
IDP-631 - expiring password flow: environment missing
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=7395&r1=7394&r2=7395&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 Tue Mar 3 10:00:21 2015
@@ -13,6 +13,7 @@
<view-state id="ExpiringPassword" view="expiring-password">
<on-render>
+ <evaluate expression="environment" result="viewScope.environment" />
<evaluate expression="opensamlProfileRequestContext" result="viewScope.profileRequestContext" />
<evaluate expression="opensamlProfileRequestContext.getSubcontext(T(net.shibboleth.idp.authn.context.AuthenticationContext))" result="viewScope.authenticationContext" />
<evaluate expression="authenticationContext.getSubcontext(T(net.shibboleth.idp.authn.context.AuthenticationErrorContext))" result="viewScope.authenticationErrorContext" />
More information about the commits
mailing list