[java-plugin-shibd-oidc] branch dev/JSHIBDOIDC-31-cred-resolver updated: Minor Javadoc
Codeberg
noreply at shibboleth.net
Mon Aug 3 13:06:44 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch dev/JSHIBDOIDC-31-cred-resolver
in repository java-plugin-shibd-oidc.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-oidc/commit/b2475b1a68b58ee5d147ac5674d27ea55e3867fc
The following commit(s) were added to refs/heads/dev/JSHIBDOIDC-31-cred-resolver by this push:
new b2475b1 Minor Javadoc
b2475b1 is described below
commit b2475b1a68b58ee5d147ac5674d27ea55e3867fc
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Aug 3 14:06:37 2026 +0100
Minor Javadoc
---
.../resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sp-oidc-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml b/sp-oidc-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
index 5ef3555..d938d4f 100644
--- a/sp-oidc-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
+++ b/sp-oidc-conf-impl/src/main/resources/META-INF/net/shibboleth/sp/service/agent/postconfig.xml
@@ -305,7 +305,7 @@
<bean id="localDecryptionCredentialResolver"
class="net.shibboleth.oidc.security.credential.impl.LocalJOSEObjectCredentialResolver">
<constructor-arg name="localCredentialResolver">
- <!-- This bridges the bean below that resolves decryption keys into our service while adding needed criteria. -->
+ <!-- This bridge resolves decryption keys using the CredentialResolver service while adding needed criteria. -->
<bean id="localDecryptionKEKResolver" class="net.shibboleth.sp.jose.config.impl.StaticFilteringCriterionCredentialResolver"
c:resolver-ref="shibboleth.sp.CredentialResolverBridge">
<constructor-arg name="criteria">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list