[java-idp-plugin-oidc-op-oidfed] 01/02: Remove OIDC properties from here

Codeberg noreply at shibboleth.net
Thu Sep 3 04:53:18 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/957b6524015c93ff1351c94207150fe8b0437bfd

commit 957b6524015c93ff1351c94207150fe8b0437bfd
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Sep 3 07:52:04 2026 +0300

    Remove OIDC properties from here
    
    - Alredy defined in vanilla OIDC OP's oidc.properties
---
 .../idp/plugin/oidc/op/oidfed/conf/oidfed/oidfed-op.properties          | 2 --
 1 file changed, 2 deletions(-)

diff --git a/idp-oidfed-op-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/oidfed/conf/oidfed/oidfed-op.properties b/idp-oidfed-op-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/oidfed/conf/oidfed/oidfed-op.properties
index a4f9af8..80808c6 100644
--- a/idp-oidfed-op-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/oidfed/conf/oidfed/oidfed-op.properties
+++ b/idp-oidfed-op-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/oidfed/conf/oidfed/oidfed-op.properties
@@ -29,7 +29,6 @@ idp.oidfed.resolve-entity.requireSingleJWTAudience = true
 
 # resolve-entity-beans
 idp.service.logging.oidfedresolve = OIDFED.ResolveEntity
-idp.oidc.logging.removeIpAddressFromProtocolMessage = false
 idp.oidfed.requestParser.ResolveEntityRequest =
 idp.oidfed.cache.resolveEntity.minRefreshDelay = PT1S
 idp.oidfed.cache.resolveEntity.maxRefreshDelay = PT30S
@@ -40,7 +39,6 @@ idp.oidfed.resolve-entity.LocalMetadataPolicyStrategy = DefaultLocalMetadataPoli
 idp.oidfed.resolve-entity.TrustChainMetadataCache = shibboleth.oidfed.TrustChainMetadataCache
 idp.oidfed.resolve-entity.TrustMarkStatusMetadataCache = shibboleth.oidfed.TrustMarkStatusMetadataCache
 idp.oidfed.entity.sigalg = RS256
-idp.oidc.logging.objectMapper = shibboleth.oidc.JSONObjectMapper
 
 # register-beans
 idp.service.logging.oidfeddynreg = OIDFED.Registration

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


More information about the commits mailing list