[java-identity-provider] branch main updated: Stop masking event when logout is disabled for an SP.
Scott Cantor
cantor.2 at osu.edu
Thu Jul 1 13:08:29 UTC 2021
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=0abf005b6566db710bd62dcf42cc91fea0574c1f
The following commit(s) were added to refs/heads/main by this push:
new 0abf005b6 Stop masking event when logout is disabled for an SP.
0abf005b6 is described below
commit 0abf005b6566db710bd62dcf42cc91fea0574c1f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 1 09:08:26 2021 -0400
Stop masking event when logout is disabled for an SP.
---
.../net/shibboleth/idp/flows/saml/logout/saml2-logoutprop-flow.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/logout/saml2-logoutprop-flow.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/logout/saml2-logoutprop-flow.xml
index 07210d5b1..abb663818 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/logout/saml2-logoutprop-flow.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/logout/saml2-logoutprop-flow.xml
@@ -105,6 +105,7 @@
by emitting the outcome in the LogoutPropagationContext, which is set appropriately.
-->
<end-state id="proceed"/>
+ <end-state id="InvalidProfileConfiguration" />
<end-state id="EndpointResolutionFailed" />
<!--
@@ -113,6 +114,7 @@
-->
<global-transitions>
<transition on-exception="java.lang.RuntimeException" to="LogRuntimeException" />
+ <transition on="InvalidProfileConfiguration" to="InvalidProfileConfiguration" />
<transition on="EndpointResolutionFailed" to="EndpointResolutionFailed" />
<transition on="#{!'proceed'.equals(currentEvent.id)}" to="proceed" />
</global-transitions>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list