[java-plugin-shibd-saml] branch main updated: Fix parent flow ID.

Codeberg noreply at shibboleth.net
Thu May 21 14:58:01 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-saml.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/6201e528650804d648ee9d1de04a19413e34cf6c

The following commit(s) were added to refs/heads/main by this push:
     new 6201e52  Fix parent flow ID.
6201e52 is described below

commit 6201e528650804d648ee9d1de04a19413e34cf6c
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu May 21 10:57:50 2026 -0400

    Fix parent flow ID.
---
 .../flows/sp/consumer/saml2/post-simplesign/post-simplesign-flow.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/post-simplesign/post-simplesign-flow.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/post-simplesign/post-simplesign-flow.xml
index d44064f..f8baa5c 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/post-simplesign/post-simplesign-flow.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/post-simplesign/post-simplesign-flow.xml
@@ -1,7 +1,7 @@
 <flow xmlns="http://www.springframework.org/schema/webflow" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.xsd"
-    parent="sp/consumer/saml2-abstract">
+    parent="sp/consumer/saml2">
 
     <!-- The file really exists in this directory, but it's referenced from extending flow-directories -->
     <bean-import resource="classpath:/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/post-simplesign/post-simplesign-beans.xml" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list