[java-idp-plugin-vci] 04/07: Add some default dpop signing value support

Codeberg noreply at shibboleth.net
Thu Sep 24 13:16:29 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/639e1d0c2dc6770a1ac60a749c3154a00678e504

commit 639e1d0c2dc6770a1ac60a749c3154a00678e504
Author: Janne Lauros <janne.lauros at csc.fi>
AuthorDate: Thu Sep 24 16:11:50 2026 +0300

    Add some default dpop signing value support
---
 .../plugin/openidvci/static/oauth-authorization-server.json       | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/openid-vci-impl/src/main/resources/org/geant/shibboleth/plugin/openidvci/static/oauth-authorization-server.json b/openid-vci-impl/src/main/resources/org/geant/shibboleth/plugin/openidvci/static/oauth-authorization-server.json
index 5cc455a..3cb6fec 100644
--- a/openid-vci-impl/src/main/resources/org/geant/shibboleth/plugin/openidvci/static/oauth-authorization-server.json
+++ b/openid-vci-impl/src/main/resources/org/geant/shibboleth/plugin/openidvci/static/oauth-authorization-server.json
@@ -21,6 +21,14 @@
    "code_challenge_methods_supported":[
       "S256"
    ],
+   "dpop_signing_alg_values_supported":[
+      "ES256",
+      "ES384",
+      "ES512",
+      "PS256",
+      "PS384",
+      "PS512"
+   ],
    "scopes_supported":[
       "openid"
    ],

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


More information about the commits mailing list