[java-plugin-shibd-saml] branch main updated: Register saml2 initiator flow (always active).

Codeberg noreply at shibboleth.net
Tue Aug 4 18:54:13 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/d2f6a5e3d8c7752728ff457fa73959369b2580c6

The following commit(s) were added to refs/heads/main by this push:
     new d2f6a5e  Register saml2 initiator flow (always active).
d2f6a5e is described below

commit d2f6a5e3d8c7752728ff457fa73959369b2580c6
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Aug 4 14:54:02 2026 -0400

    Register saml2 initiator flow (always active).
---
 .../main/resources/META-INF/net.shibboleth.idp/postconfig.xml    | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index bc631b2..770d5d2 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -13,6 +13,15 @@
 
     default-init-method="initialize" default-destroy-method="destroy">
 
+    <!-- Session initiator flows. -->
+
+    <!--
+    <bean p:id="sp/initiator/ecp" class="net.shibboleth.sp.profile.BasicSessionInitiatorFlowDescriptor"
+        p:activationCondition-ref="" />
+    -->
+    
+    <bean p:id="sp/initiator/saml2" class="net.shibboleth.sp.profile.BasicSessionInitiatorFlowDescriptor" />
+
     <!-- Token consumer descriptors for each SAML binding. -->
     
     <bean p:id="sp/consumer/saml2/post" class="net.shibboleth.sp.profile.BasicTokenConsumerFlowDescriptor">

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


More information about the commits mailing list