[java-identity-provider] branch main updated: Add at-risk warning to unlock-keys flow.
Scott Cantor
cantor.2 at osu.edu
Mon Aug 8 14:30:22 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=aae59139ec4bd2c449a904f71f6e64e2eb6f17df
The following commit(s) were added to refs/heads/main by this push:
new aae59139e Add at-risk warning to unlock-keys flow.
aae59139e is described below
commit aae59139ec4bd2c449a904f71f6e64e2eb6f17df
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