[java-plugin-shibd-oidc] branch main updated: Comment out the default client secret credential

Codeberg noreply at shibboleth.net
Wed Feb 25 11:45:54 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-oidc.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-oidc/commit/e0f32a1639bfe37bf1a103a575af721799c47aa1

The following commit(s) were added to refs/heads/main by this push:
     new e0f32a1  Comment out the default client secret credential
e0f32a1 is described below

commit e0f32a1639bfe37bf1a103a575af721799c47aa1
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Feb 25 11:45:46 2026 +0000

    Comment out the default client secret credential
    
     - Otherwise the agent resolver will fail to load until you set a
    default client secret in the properties
---
 .../resources/net/shibboleth/idp/module/conf/sp/oidc-credentials.xml    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sp-oidc-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/oidc-credentials.xml b/sp-oidc-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/oidc-credentials.xml
index a060f47..8ac72ff 100644
--- a/sp-oidc-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/oidc-credentials.xml
+++ b/sp-oidc-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/oidc-credentials.xml
@@ -55,7 +55,9 @@
         most cases.
     -->
 
+    <!--  
     <bean id="shibboleth.oidc.DefaultCredential" parent="shibboleth.oidc.ClientSecretCredential"
         p:secret="%{sp.oidc.defaultClientSecret:#{null}}"/>
+    -->
 
 </beans>

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


More information about the commits mailing list