[java-plugin-shibd-saml] branch main updated: Move POST recovery into consumer subflows.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 6 23:41:18 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-plugin-shibd-saml.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd-saml.git;a=commit;h=d6b60d948a7f75922e04f5b9dee99fecf8b72e94
The following commit(s) were added to refs/heads/main by this push:
new d6b60d9 Move POST recovery into consumer subflows.
d6b60d9 is described below
commit d6b60d948a7f75922e04f5b9dee99fecf8b72e94
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 6 19:41:16 2025 -0400
Move POST recovery into consumer subflows.
---
.../META-INF/net/shibboleth/idp/flows/sp/initiator/saml2/saml2-flow.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/saml2/saml2-flow.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/saml2/saml2-flow.xml
index df9abda..a41be49 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/saml2/saml2-flow.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/saml2/saml2-flow.xml
@@ -25,6 +25,7 @@
<evaluate expression="HandleOutboundMessage" />
<evaluate expression="IssueCorrelationCookie" />
+ <evaluate expression="PreservePostData" />
<evaluate expression="EncodeMessage" />
<evaluate expression="'proceed'" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list