[java-identity-provider] branch maint-4 updated: Add at-risk warning to unlock-keys flow.

Scott Cantor cantor.2 at osu.edu
Mon Aug 8 14:29:41 UTC 2022


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

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

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

The following commit(s) were added to refs/heads/maint-4 by this push:
     new 17815021e Add at-risk warning to unlock-keys flow.
17815021e is described below

commit 17815021e2d3e41b7f18f2aa7f161512550ea9d6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 8 10:29:38 2022 -0400

    Add at-risk warning to unlock-keys flow.
---
 .../resources/net/shibboleth/idp/flows/admin/unlock-keys-flow.xml     | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/admin/unlock-keys-flow.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/admin/unlock-keys-flow.xml
index b748f61bb..87c8f680c 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/admin/unlock-keys-flow.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/admin/unlock-keys-flow.xml
@@ -6,6 +6,10 @@
     <!-- Start action. -->
         
     <action-state id="InitializeProfileRequestContext">
+        <on-entry>
+            <evaluate expression="T(net.shibboleth.utilities.java.support.primitive.DeprecationSupport).atRiskOnce(T(net.shibboleth.utilities.java.support.primitive.DeprecationSupport.ObjectType).WEBFLOW, 'Attended Restart unlock-keys flow', null)" />
+        </on-entry>
+
         <evaluate expression="InitializeProfileRequestContext" />
         <evaluate expression="FlowStartPopulateAuditContext" />
         <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