[java-idp-plugin-vci] branch main updated (83f43ed -> 4b748aa)
Codeberg
noreply at shibboleth.net
Wed Dec 3 15:16:06 UTC 2025
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 83f43ed Deleted due rework
new fb4730d AuthorizeCodeClaimsSet not stored to Token context anymore
new 4b748aa Moving token flow logic incrementally closet to OP Token flow by unwrapping grant in post decode phase
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/messaging/context/TokenContext.java | 13 --
.../impl/FormOutboundTokenResponseMessage.java | 16 +-
.../plugin/openidvci/profile/impl/UnwrapGrant.java | 257 +++++++++++++++++++++
.../profile/impl/ValidateAuthorizedCodeGrant.java | 91 --------
.../impl/ValidatePreAuthorizedCodeGrant.java | 161 -------------
.../idp/flows/openid/vci/token/token-beans.xml | 12 +-
.../idp/flows/openid/vci/token/token-flow.xml | 27 ++-
7 files changed, 290 insertions(+), 287 deletions(-)
create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/impl/UnwrapGrant.java
delete mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/impl/ValidateAuthorizedCodeGrant.java
delete mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/impl/ValidatePreAuthorizedCodeGrant.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list