[java-oidfed-common] 02/02: Corrected wrong objectMapper property reference.

Codeberg noreply at shibboleth.net
Thu Aug 20 09:03:59 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-oidfed-common.

View the commit online:
https://codeberg.org/Shibboleth/java-oidfed-common/commit/b09fe31501e03b66131d15f39b0e895fcb989f92

commit b09fe31501e03b66131d15f39b0e895fcb989f92
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Aug 20 12:03:31 2026 +0300

    Corrected wrong objectMapper property reference.
---
 .../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidfed-common-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/oidfed-common-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index d5eb9db..09c9b68 100644
--- a/oidfed-common-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/oidfed-common-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -274,7 +274,7 @@
 
     <util:list id="shibboleth.oidfed.cache.DefaultEndpointAuthenticationFunctions">
         <bean class="net.shibboleth.oidfed.metadata.cache.DefaultPrivateKeyJwtClientAuthenticationFunction"
-            p:objectMapper-ref="#{'%{idp.oidc.logging.objectMapper:shibboleth.oidfed.JSONObjectMapper}'.trim()}">
+            p:objectMapper-ref="#{'%{idp.oidfed.logging.objectMapper:shibboleth.oidfed.JSONObjectMapper}'.trim()}">
             <property name="typeHeaderLookupStrategy">
                 <bean parent="shibboleth.Functions.Expression" c:expression="#null" />
             </property>

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


More information about the commits mailing list