[java-idp-plugin-vci] branch main updated (a16f7e0 -> 8eb43b5)
Codeberg
noreply at shibboleth.net
Mon Sep 7 14:39:33 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 a16f7e0 Bean naming aligned
add 93935e8 temporarily a 'snapshot' is released here once in a while
add ec70045 First effort to create instructions
add 86f5705 preauthorized -> preAuthorized in methods names etc
add 20b1650 new static files for deployer to pusblish
add 8eb43b5 Make sure pre-authorization code is used only once
No new revisions were added by this update.
Summary of changes:
README.md | 1644 +++++++++++++++++++-
.../main/resources/bootstrap => download}/keys.txt | 0
...eth-idp-plugin-openid-vci-0.9.0-SNAPSHOT.tar.gz | Bin 0 -> 295006 bytes
...idp-plugin-openid-vci-0.9.0-SNAPSHOT.tar.gz.asc | 14 +
.../profile/config/OpenIDVCIConfiguration.java | 14 +-
.../openidvci/messaging/context/TokenContext.java | 29 +-
.../impl/AbstractOpenIDVCIConfiguration.java | 38 +-
.../profile/impl/BuildCredentialOfferToken.java | 14 +-
.../profile/impl/ConsumeCredentialOffer.java | 120 ++
.../plugin/openidvci/profile/impl/UnwrapGrant.java | 2 +-
.../profile/impl/ValidatePreAuthorizedCode.java | 137 ++
.../idp/flows/openid/vci/token/token-beans.xml | 6 +
.../idp/flows/openid/vci/token/token-flow.xml | 2 +
.../idp/service/relying-party/postconfig.xml | 4 +-
.../plugin/openidvci/conf/openid-vci.properties | 2 +-
.../shibboleth/plugin/openidvci/module.properties | 11 +
.../plugin/openidvci/static/jwt-vc-issuer.json | 4 +
.../static/oauth-authorization-server.json | 22 +
18 files changed, 2020 insertions(+), 43 deletions(-)
copy {openid-vci-dist/src/main/resources/bootstrap => download}/keys.txt (100%)
create mode 100644 download/shibboleth-idp-plugin-openid-vci-0.9.0-SNAPSHOT.tar.gz
create mode 100644 download/shibboleth-idp-plugin-openid-vci-0.9.0-SNAPSHOT.tar.gz.asc
create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/impl/ConsumeCredentialOffer.java
create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/impl/ValidatePreAuthorizedCode.java
create mode 100644 openid-vci-impl/src/main/resources/org/geant/shibboleth/plugin/openidvci/static/jwt-vc-issuer.json
create mode 100644 openid-vci-impl/src/main/resources/org/geant/shibboleth/plugin/openidvci/static/oauth-authorization-server.json
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list