[java-plugin-shibd] branch main updated: Add decoding event to consumer flow.
Codeberg
noreply at shibboleth.net
Wed Aug 12 13:32:10 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/bd7d2b91c2778fd57dde03c6b176ca519b00b20c
The following commit(s) were added to refs/heads/main by this push:
new bd7d2b9 Add decoding event to consumer flow.
bd7d2b9 is described below
commit bd7d2b91c2778fd57dde03c6b176ca519b00b20c
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Aug 12 09:32:02 2026 -0400
Add decoding event to consumer flow.
---
.../META-INF/net/shibboleth/idp/flows/sp/consumer/consumer-flow.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/consumer-flow.xml b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/consumer-flow.xml
index d04b8c5..dfb5345 100644
--- a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/consumer-flow.xml
+++ b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/consumer-flow.xml
@@ -23,6 +23,7 @@
<end-state id="NoPassive" />
<end-state id="ReselectFlow" />
<end-state id="RuntimeException" />
+ <end-state id="UnableToDecode" />
<action-state id="LogRuntimeException">
<on-entry>
@@ -45,6 +46,7 @@
<transition on="ReselectFlow" to="ReselectFlow" />
<transition on="MessageProcessingError" to="MessageProcessingError" />
<transition on="RuntimeException" to="RuntimeException" />
+ <transition on="UnableToDecode" to="UnableToDecode" />
<transition on="#{!'proceed'.equals(currentEvent.id)}" to="InvalidEvent" />
</global-transitions>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list