[java-plugin-shibd-saml] branch main updated: Adjust bean definition to use static constant.

Codeberg noreply at shibboleth.net
Thu Feb 5 19:54:43 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/28d032f9e46cba262917176e6353bb32f9861983

The following commit(s) were added to refs/heads/main by this push:
     new 28d032f  Adjust bean definition to use static constant.
28d032f is described below

commit 28d032f9e46cba262917176e6353bb32f9861983
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 5 14:54:33 2026 -0500

    Adjust bean definition to use static constant.
---
 .../resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
index 3922a3a..97cdd73 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
@@ -19,11 +19,13 @@
 
     <!-- Auto-wired protocol service support bean for use by parent plugin. -->
     <bean class="net.shibboleth.sp.saml.saml2.BasicSAML2ProtocolSupportService"
-            p:id="SAML2"
             p:order="%{sp.saml.relativeOrder:1}"
             p:metadataResolver-ref="shibboleth.MetadataResolverService"
             p:sessionInitiators="saml2"
             p:tokenConsumers="#{{ 'saml2/post', 'saml2/post-simplesign', 'saml2/artifact' }}">
+        <property name="id">
+            <util:constant static-field="net.shibboleth.sp.saml.saml2.SAML2ProtocolSupportService.PROTOCOL_ID" />
+        </property>
         <property name="defaultProfileConfigurations">
             <list>
                 <ref bean="SAML2.SSO" />

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


More information about the commits mailing list