[java-idp-plugin-vci] branch main updated (702ba8e -> 6e6c690)
Codeberg
noreply at shibboleth.net
Mon Jan 5 12:20:34 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 702ba8e Create common shell for all supported credential types.
add d99d806 New event id indicating invalid credential.
add 6e6c690 Refactor forming of credential to make it possible to add support new credential types like 'jwt_vc_json-ld'
No new revisions were added by this update.
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