[java-plugin-shibd-saml] branch main updated: Wire in property controlling default security configuration.

Codeberg noreply at shibboleth.net
Thu Apr 2 17:09:11 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/00bc73c2a63524107ff4174c0766e51b2f99a8c1

The following commit(s) were added to refs/heads/main by this push:
     new 00bc73c  Wire in property controlling default security configuration.
00bc73c is described below

commit 00bc73c2a63524107ff4174c0766e51b2f99a8c1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 2 13:08:33 2026 -0400

    Wire in property controlling default security configuration.
---
 .../resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 a090e9c..5826381 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
@@ -59,7 +59,7 @@
     
     <bean id="SAML2.SSO" lazy-init="true"
         class="net.shibboleth.sp.saml.saml2.profile.config.impl.BrowserSSOProfileConfiguration"
-        p:securityConfiguration-ref="shibboleth.sp.DefaultXMLSecurityConfiguration"
+        p:securityConfiguration-ref="%{sp.saml.security.config:shibboleth.sp.DefaultXMLSecurityConfiguration}"
         p:encryptionOptionalPredicate="%{sp.saml.encryption.optional:true}"
         p:checkAddress="%{sp.saml.checkAddress:true}"
         p:checkInResponseTo="%{sp.saml.checkInResponseTo:true}"
@@ -86,7 +86,7 @@
         
     <bean id="SAML2.Logout" lazy-init="true"
         class="net.shibboleth.sp.saml.saml2.profile.config.impl.SingleLogoutProfileConfiguration"
-        p:securityConfiguration-ref="shibboleth.sp.DefaultXMLSecurityConfiguration"
+        p:securityConfiguration-ref="%{sp.saml.security.config:shibboleth.sp.DefaultXMLSecurityConfiguration}"
         p:encryptionOptionalPredicate="%{sp.saml.encryption.optional:true}"
         p:asynchronous="%{sp.saml.logout.asynchronous:true}" />
     

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


More information about the commits mailing list