[java-idp-plugin-vci] branch main updated (5cd81e8 -> 479f8ea)
Codeberg
noreply at shibboleth.net
Thu Sep 24 13:16:25 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a change to branch main
in repository java-idp-plugin-vci.
from 5cd81e8 Openid VCI version of Oauth2 authentication flow to add method 'attest_jwt_client_auth'. Idea is to later merge it with parent project flow
new ac862ea Finally verify the key proof signature
new 347aa2f Validate access token binding
new 4b8a237 Rounding issuance to improve unlinkability for batch issuance
new 639e1d0 Add some default dpop signing value support
new a4d3e00 Nonce null examples removed. Timestamp precision property added, for batch issuance time stamps
new 4eb7eed more accurate error codes
new 479f8ea Credentials error response class and configuration
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 45 +++++--
...nfo.java => CredentialsErrorObjectMapping.java} | 9 +-
.../messaging/impl/CredentialErrorResponse.java | 69 ++++++++++
.../BuildCredentialErrorResponseFromEvent.java | 149 +++++++++++++++++++++
.../profile/impl/ResolveCredentialLifetime.java | 42 +++++-
.../profile/impl/ValidateAccessTokenBinding.java | 97 ++++++++++++++
.../impl/ExtendedJOSEObjectCredentialResolver.java | 2 +-
.../security/impl/TokenKeyTrustEngine.java | 19 ++-
.../openid/vci/credentials/credentials-beans.xml | 10 +-
.../openid/vci/credentials/credentials-flow.xml | 1 +
.../idp/flows/openid/vci/token/token-beans.xml | 5 +
.../static/oauth-authorization-server.json | 8 ++
.../impl/ResolveCredentialLifetimeTest.java | 25 ++++
.../security/impl/TokenKeyTrustEngineTest.java | 116 ++++++++++++++++
14 files changed, 572 insertions(+), 25 deletions(-)
copy openid-vci-api/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/{package-info.java => CredentialsErrorObjectMapping.java} (76%)
create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/messaging/impl/CredentialErrorResponse.java
create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/impl/BuildCredentialErrorResponseFromEvent.java
create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/impl/ValidateAccessTokenBinding.java
create mode 100644 openid-vci-impl/src/test/java/org/geant/shibboleth/plugin/openidvci/security/impl/TokenKeyTrustEngineTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list