[java-identity-provider] branch master updated: IDP-1578 - Provisionally deprecate SAML delegation flow
Scott Cantor
cantor.2 at osu.edu
Wed Mar 4 12:26:07 EST 2020
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=82f644a72e6b3c8ffc1240c33f7839e35f983a79
The following commit(s) were added to refs/heads/master by this push:
new 82f644a IDP-1578 - Provisionally deprecate SAML delegation flow
82f644a is described below
commit 82f644a72e6b3c8ffc1240c33f7839e35f983a79
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 4 12:25:37 2020 -0500
IDP-1578 - Provisionally deprecate SAML delegation flow
https://issues.shibboleth.net/jira/browse/IDP-1578
---
.../src/main/resources/system/flows/saml/saml2/idwsf-ssos-flow.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-flow.xml b/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-flow.xml
index 080a1ac..c858ae9b 100644
--- a/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-flow.xml
+++ b/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-flow.xml
@@ -6,6 +6,9 @@
<!-- Bootstrap action has to be at the "top" of the flow after this flow prepends itself to parent. -->
<action-state id="InitializeProfileRequestContext">
+ <on-entry>
+ <evaluate expression="T(net.shibboleth.utilities.java.support.primitive.DeprecationSupport).warnOnce(T(net.shibboleth.utilities.java.support.primitive.DeprecationSupport.ObjectType).WEBFLOW, 'SAML delegation flow', null, 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