[java-idp-plugin-vci] branch main updated (9d0eca0 -> 777d181)

Codeberg noreply at shibboleth.net
Tue Sep 22 09:16:21 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 9d0eca0  Credential batch size in now published and honored by implementation. Disclousure salts are now different to each credential in batch
     add 777d181  Rework Token endpoint to align with OP Token endpoint implementation. Idea is to merge these in the future to one. Align all endpoints to have standard OP hooks

No new revisions were added by this update.

Summary of changes:
 README.md                                          |  16 +-
 .../openidvci/messaging/error/OpenIDVCIError.java  |  40 +
 .../openidvci/profile/OpenIDVCIEventIds.java       |   7 +
 .../impl/OpenIDVCITokenRequestDecoder.java         |   4 +-
 .../AuthorizationDetailsLookupFunction.java        |   5 +-
 .../impl/AbstractOpenIDVCITokenRequestAction.java  |   2 +-
 .../CredentialIssuerMetadataSuccessResponse.java   |  10 +
 .../impl/CredentialOfferSuccessResponse.java       |   2 -
 .../messaging/impl/NonceSuccessResponse.java       |  11 +
 .../messaging/impl/OpenIDVCITokenRequest.java      | 128 ++-
 .../messaging/impl/PreAuthorizedCodeGrant.java     | 136 ++++
 ...nedCredentialIssuerMetadataSuccessResponse.java |  10 +
 .../impl/DefaultOpenIDVCITokenConfiguration.java   |  91 ++-
 .../profile/impl/BuildCredentialOfferToken.java    |   3 +-
 .../plugin/openidvci/profile/impl/ParseProof.java  |   5 +
 .../plugin/openidvci/profile/impl/UnwrapGrant.java |  48 +-
 .../openid/vci/abstract-api/abstract-api-flow.xml  |  21 +-
 .../flows/openid/vci/abstract/abstract-flow.xml    |  21 +
 .../openid/vci/credentials/credentials-beans.xml   |  35 +-
 .../idp/flows/openid/vci/token/token-beans.xml     | 893 +++++++++++++++++++--
 .../idp/flows/openid/vci/token/token-flow.xml      | 374 +++++++--
 .../messaging/impl/OpenIDVCITokenRequestTest.java  |  46 +-
 .../DefaultOpenIDVCITokenConfigurationTest.java    |  75 ++
 23 files changed, 1698 insertions(+), 285 deletions(-)
 create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/messaging/impl/PreAuthorizedCodeGrant.java
 create mode 100644 openid-vci-impl/src/test/java/org/geant/shibboleth/plugin/openidvci/profile/config/impl/DefaultOpenIDVCITokenConfigurationTest.java

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


More information about the commits mailing list