[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/intercept/expiring-password-intercept-con...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Feb 3 17:02:59 EST 2016
Author: scantor
Date: Wed Feb 3 17:02:59 2016
New Revision: 8085
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8085&view=rev
Log:
IDP-913 - Intercept flow that detects an expiring password based on an attribute.
https://issues.shibboleth.net/jira/browse/IDP-913
Added:
trunk/idp-conf/src/main/resources/conf/intercept/expiring-password-intercept-config.xml (with props)
trunk/idp-conf/src/main/resources/system/flows/intercept/expiring-password-beans.xml (with props)
trunk/idp-conf/src/main/resources/system/flows/intercept/expiring-password-flow.xml (with props)
Modified:
trunk/idp-conf/src/main/resources/conf/intercept/profile-intercept.xml
trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
Modified: trunk/idp-conf/src/main/resources/conf/intercept/profile-intercept.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/intercept/profile-intercept.xml?rev=8085&r1=8084&r2=8085&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/intercept/profile-intercept.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/intercept/profile-intercept.xml Wed Feb 3 17:02:59 2016
@@ -25,6 +25,8 @@
<property name="sourceList">
<list merge="true">
<bean id="intercept/context-check" parent="shibboleth.InterceptFlow" />
+
+ <bean id="intercept/expiring-password" parent="shibboleth.InterceptFlow" />
<bean id="intercept/terms-of-use" parent="shibboleth.consent.TermsOfUseFlow" />
Modified: trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml?rev=8085&r1=8084&r2=8085&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml Wed Feb 3 17:02:59 2016
@@ -112,6 +112,7 @@
<!-- Built-in intercept flows. -->
<webflow:flow-location id="intercept/context-check" path="../system/flows/intercept/context-check-flow.xml" />
+ <webflow:flow-location id="intercept/expiring-password" path="../system/flows/intercept/expiring-password-flow.xml" />
<webflow:flow-location id="intercept/terms-of-use" path="../system/flows/intercept/terms-of-use-flow.xml" />
<webflow:flow-location id="intercept/attribute-release" path="../system/flows/intercept/attribute-release-flow.xml" />
More information about the commits
mailing list