[java-idp-plugin-oidc-op-oidfed] branch main updated: Remove obsolete bean declaration
Codeberg
noreply at shibboleth.net
Mon Aug 24 15:35:04 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-oidc-op-oidfed.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-oidc-op-oidfed/commit/cf421eb1a999a9e50071acb305b6c1d5ea2d2b4d
The following commit(s) were added to refs/heads/main by this push:
new cf421eb Remove obsolete bean declaration
cf421eb is described below
commit cf421eb1a999a9e50071acb305b6c1d5ea2d2b4d
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Aug 24 18:01:20 2026 +0300
Remove obsolete bean declaration
- shibboleth.oidfed.RemoteTrustMark is defined in oidfed-common-conf
---
.../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/idp-oidfed-op-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-oidfed-op-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 36d187e..79c40a4 100644
--- a/idp-oidfed-op-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-oidfed-op-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -368,12 +368,6 @@
<alias alias="UseResolverApiCondition" name="%{idp.oidfed.trustchain.resolver.useResolverApiCondition:shibboleth.Conditions.FALSE}" />
<alias alias="FallbackToLocalResolutionCondition" name="%{idp.oidfed.trustchain.resolver.fallbackToLocalCondition:shibboleth.Conditions.TRUE}" />
- <bean id="shibboleth.oidfed.RemoteTrustMark" abstract="true"
- class="net.shibboleth.idp.plugin.oidc.op.oidfed.profile.impl.DefaultTrustMarkFromMetadataCacheFetchingFunction"
- p:subject-ref="shibboleth.oidc.issuer"
- p:entityConfigurationCache-ref="shibboleth.oidfed.EntityConfigurationMetadataCache"
- p:trustMarkCache-ref="shibboleth.oidfed.TrustMarkMetadataCache"/>
-
<bean id="shibboleth.oidfed.DefaultExplicitRegistrationRequestClaimsValidator"
class="net.shibboleth.oidc.security.jwt.claims.impl.ChainingJWTClaimsValidator">
<property name="claimValidators">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list