[java-identity-provider] branch master updated: Deprecate initial-authn flow.

Scott Cantor cantor.2 at osu.edu
Wed Aug 23 20:34:47 EDT 2017


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=317201d57131db16b4862588f904235d90a5aa76

The following commit(s) were added to refs/heads/master by this push:
       new  317201d   Deprecate initial-authn flow.
317201d is described below

commit 317201d57131db16b4862588f904235d90a5aa76
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 23 20:34:44 2017 -0400

    Deprecate initial-authn flow.
---
 idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml b/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml
index 0d06302..786375c 100644
--- a/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml
+++ b/idp-conf/src/main/resources/system/flows/authn/initial-authn-flow.xml
@@ -11,6 +11,9 @@
     -->
     
     <action-state id="AuthenticationSetup">
+        <on-entry>
+            <evaluate expression="T(net.shibboleth.utilities.java.support.primitive.DeprecationSupport).warnOnce(T(net.shibboleth.utilities.java.support.primitive.DeprecationSupport.ObjectType).WEBFLOW, 'authn-initial', null, 'the MFA login flow')" />
+        </on-entry>
         <evaluate expression="PopulateSessionContext" />
         <evaluate expression="SetRPUIInformation" />
          <evaluate expression="'proceed'" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list