[java-identity-provider] branch master updated: IDP-1183 - Logout propagation master flow doesn't expose PRC
Scott Cantor
cantor.2 at osu.edu
Tue Mar 27 21:33:35 EDT 2018
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=bc2589ec4256b3785a80d833632bdff91bb257bb
The following commit(s) were added to refs/heads/master by this push:
new bc2589e IDP-1183 - Logout propagation master flow doesn't expose PRC
bc2589e is described below
commit bc2589ec4256b3785a80d833632bdff91bb257bb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 27 21:33:33 2018 -0400
IDP-1183 - Logout propagation master flow doesn't expose PRC
https://issues.shibboleth.net/jira/browse/IDP-1183
---
.../resources/system/flows/logout/logout-propagation-flow.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/system/flows/logout/logout-propagation-flow.xml b/idp-conf/src/main/resources/system/flows/logout/logout-propagation-flow.xml
index 66ef604..a38385b 100644
--- a/idp-conf/src/main/resources/system/flows/logout/logout-propagation-flow.xml
+++ b/idp-conf/src/main/resources/system/flows/logout/logout-propagation-flow.xml
@@ -4,8 +4,14 @@
<!-- Master flow to propagate a logout of an SPSession by determining a subflow to run based on the type. -->
- <action-state id="PropagateLogout">
+ <action-state id="InitializeProfileRequestContext">
<evaluate expression="InitializeProfileRequestContext" />
+ <evaluate expression="'proceed'" />
+
+ <transition on="proceed" to="PropagateLogout" />
+ </action-state>
+
+ <action-state id="PropagateLogout">
<evaluate expression="PopulateMetricContext" />
<evaluate expression="PopulateLogoutPropagationContext" />
<evaluate expression="PopulateUserAgentContext" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list