[java-idp-plugin-vci] branch main updated: Client authentication logging

Codeberg noreply at shibboleth.net
Mon Sep 14 10:36:17 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-vci.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-vci/commit/bc3f67afefb1b553f33b9c9a4d5c9d7a522f940b

The following commit(s) were added to refs/heads/main by this push:
     new bc3f67a  Client authentication logging
bc3f67a is described below

commit bc3f67afefb1b553f33b9c9a4d5c9d7a522f940b
Author: Janne Lauros <janne.lauros at csc.fi>
AuthorDate: Mon Sep 14 13:35:58 2026 +0300

    Client authentication logging
---
 .../plugin/openidvci/decoding/impl/OpenIDVCITokenRequestDecoder.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/decoding/impl/OpenIDVCITokenRequestDecoder.java b/openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/decoding/impl/OpenIDVCITokenRequestDecoder.java
index a5f7e75..ce902f4 100644
--- a/openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/decoding/impl/OpenIDVCITokenRequestDecoder.java
+++ b/openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/decoding/impl/OpenIDVCITokenRequestDecoder.java
@@ -74,6 +74,8 @@ public class OpenIDVCITokenRequestDecoder extends BaseOpenIDVCIRequestDecoder<Op
                         .add("code_verifier", message.getCodeVerifier())
                         .add("pre-authorized_code", message.getPreAuthorizedCode())
                         .add("tx_code", message.getTxCode())
+                        .add("client_authentication",
+                                RequestUtil.getClientAuthenticationLog(message.getClientAuthentication()))
                         .add("client_id", message.getClientID() != null ? message.getClientID().getValue() : null)
                         .add("authorization_details", details)
                         .toString();

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


More information about the commits mailing list