[java-plugin-shibd] branch main updated: Add additional event state.

Codeberg noreply at shibboleth.net
Thu Aug 6 20:15:59 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/61f2075c67120c4cec5dcfa71421d16e58403888

The following commit(s) were added to refs/heads/main by this push:
     new 61f2075  Add additional event state.
61f2075 is described below

commit 61f2075c67120c4cec5dcfa71421d16e58403888
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Aug 6 16:15:42 2026 -0400

    Add additional event state.
---
 .../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 28c123a..0725fe4 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
@@ -18,6 +18,7 @@
     <!-- Error events to reflect back from this subflow. -->
     <end-state id="InvalidEvent" />
     <end-state id="InvalidMessage" />
+    <end-state id="InvalidMessageContext" />
     <end-state id="InvalidProfileConfiguration" />
     <end-state id="InvalidProfileContext" />
     <end-state id="InvalidRelyingPartyContext" />
@@ -37,6 +38,7 @@
     <global-transitions>
         <transition on-exception="java.lang.RuntimeException" to="LogRuntimeException" />
         <transition on="InvalidMessage" to="InvalidMessage" />
+        <transition on="InvalidMessageContext" to="InvalidMessageContext" />
         <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