[java-plugin-shibd] branch main updated: Add InvalidMessage event.
Codeberg
noreply at shibboleth.net
Thu Aug 6 18:59:24 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/d03d5d13ef00ed49d9c61e251b187fbe9907a9a7
The following commit(s) were added to refs/heads/main by this push:
new d03d5d1 Add InvalidMessage event.
d03d5d1 is described below
commit d03d5d13ef00ed49d9c61e251b187fbe9907a9a7
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Aug 6 14:59:08 2026 -0400
Add InvalidMessage event.
---
.../META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-flow.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-flow.xml b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-flow.xml
index a586575..28c123a 100644
--- a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-flow.xml
+++ b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-flow.xml
@@ -17,6 +17,7 @@
<!-- Error events to reflect back from this subflow. -->
<end-state id="InvalidEvent" />
+ <end-state id="InvalidMessage" />
<end-state id="InvalidProfileConfiguration" />
<end-state id="InvalidProfileContext" />
<end-state id="InvalidRelyingPartyContext" />
@@ -35,6 +36,7 @@
<global-transitions>
<transition on-exception="java.lang.RuntimeException" to="LogRuntimeException" />
+ <transition on="InvalidMessage" to="InvalidMessage" />
<transition on="InvalidProfileConfiguration" to="InvalidProfileConfiguration" />
<transition on="InvalidProfileContext" to="InvalidProfileContext" />
<transition on="InvalidRelyingPartyContext" to="InvalidRelyingPartyContext" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list