[java-plugin-shibd-saml] branch main updated: Wire in default session ID generation.

Codeberg noreply at shibboleth.net
Wed Sep 16 16:28: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/90882301958317248301621c57450fe1f42211c2

The following commit(s) were added to refs/heads/main by this push:
     new 9088230  Wire in default session ID generation.
9088230 is described below

commit 90882301958317248301621c57450fe1f42211c2
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Sep 16 12:27:53 2026 -0400

    Wire in default session ID generation.
---
 .../net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml     | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
index 99c01db..611837b 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
@@ -278,6 +278,11 @@
         p:cSPNonceGenerator-ref="shibboleth.CSPNonce" />
     
     <bean id="PrepareAgentResponse"
-        class="net.shibboleth.sp.saml.saml2.profile.impl.PrepareAgentResponse" scope="prototype" />
+            class="net.shibboleth.sp.saml.saml2.profile.impl.PrepareAgentResponse" scope="prototype">
+        <property name="identifierGeneratorLookupStrategy">
+            <bean class="net.shibboleth.profile.config.navigate.IdentifierGenerationStrategyLookupFunction"
+                p:defaultIdentifierGenerationStrategy-ref="shibboleth.DefaultIdentifierGenerationStrategy" />
+        </property>
+    </bean>
 
 </beans>

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


More information about the commits mailing list