[java-idp-plugin-vci] branch dev/W3CCred updated (702ba8e -> 6e6c690)

Codeberg noreply at shibboleth.net
Mon Jan 5 12:20:10 UTC 2026


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

codeberg pushed a change to branch dev/W3CCred
in repository java-idp-plugin-vci.

    from 702ba8e  Create common shell for all supported credential types.
     new d99d806  New event id indicating invalid credential.
     new 6e6c690  Refactor forming of credential to make it possible to add support new credential types like 'jwt_vc_json-ld'

The 2 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:
 .../openidvci/profile/OpenIDVCIEventIds.java       |  11 +-
 .../messaging/context/CredentialsContext.java      | 150 ++++++++++++++-----
 .../openidvci/profile/impl/AddCredentialShell.java |   2 +-
 .../FormOutboundCredentialsResponseMessage.java    | 161 ++-------------------
 .../impl/FormSelectiveDisclosureJWTCredential.java | 125 ++++++++++++++++
 ...ResponseMessage.java => SignJWTCredential.java} |  77 ++++------
 .../profile/impl/ValidateRequestedCredential.java  |   4 +-
 .../openid/vci/credentials/credentials-beans.xml   |  12 +-
 .../openid/vci/credentials/credentials-flow.xml    |   2 +
 9 files changed, 298 insertions(+), 246 deletions(-)
 create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/impl/FormSelectiveDisclosureJWTCredential.java
 copy openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/impl/{FormOutboundCredentialsResponseMessage.java => SignJWTCredential.java} (72%)

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


More information about the commits mailing list