[java-plugin-shibd-oidc] branch main updated: Remove redundant elements from the credentials file
Codeberg
noreply at shibboleth.net
Tue Feb 24 18:06: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/d35ab035da4dfe8b4e5e6c9bac9a33390a889e29
The following commit(s) were added to refs/heads/main by this push:
new d35ab03 Remove redundant elements from the credentials file
d35ab03 is described below
commit d35ab035da4dfe8b4e5e6c9bac9a33390a889e29
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Feb 24 18:06:46 2026 +0000
Remove redundant elements from the credentials file
- These might needed adding back later.
---
.../idp/module/conf/sp/oidc-credentials.xml | 30 ++--------------------
1 file changed, 2 insertions(+), 28 deletions(-)
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 d54e17b..a060f47 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
@@ -49,36 +49,10 @@
<ref bean="shibboleth.oidc.DefaultRSAEncryptionCredential" />
-->
</util:list>
-
- <!--
- If you need to publish a key set different from shibboleth.oidc.EncryptionCredentials, define
- a list bean named "shibboleth.oidc.EncryptionCredentialsToPublish".
- -->
-
- <!-- Example of two active encryption credentials, but only publishing the second before removing from use. -->
- <!--
- <util:list id="shibboleth.oidc.EncryptionCredentialsToPublish">
- <ref bean="shibboleth.oidc.OnlyNewDefaultRSAEncryptionCredential" />
- </util:list>
- -->
-
- <!--
- If you need to publish a key set different from shibboleth.oidc.SigningCredentials, define
- a list bean named "shibboleth.oidc.SigningCredentialsToPublish".
- -->
-
- <!-- Example of publishing two signing credentials, before active use. -->
- <!--
- <util:list id="shibboleth.oidc.SigningCredentialsToPublish">
- <ref bean="shibboleth.oidc.DefaultRSSigningCredential" />
- <ref bean="shibboleth.oidc.DefaultESSigningCredential" />
- <ref bean="shibboleth.oidc.UpcomingDefaultRSSigningCredential" />
- </util:list>
- -->
<!--
- This file contains the default credential based on the client_secret, which will be the only used credential in
- most cases for the RP-Proxy. This file should be imported into credentials.xml.
+ The default credential based on the client_secret, which will be the only used credential in
+ most cases.
-->
<bean id="shibboleth.oidc.DefaultCredential" parent="shibboleth.oidc.ClientSecretCredential"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list