[java-idp-plugin-vci] branch dev/DPOP updated (83f43ed -> fae0891)
Codeberg
noreply at shibboleth.net
Fri Dec 5 08:33:46 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a change to branch dev/DPOP
in repository java-idp-plugin-vci.
from 83f43ed Deleted due rework
add fb4730d AuthorizeCodeClaimsSet not stored to Token context anymore
add 4b748aa Moving token flow logic incrementally closet to OP Token flow by unwrapping grant in post decode phase
add b2f3790 Profile rework
add cd074fc Rename 'BuildResponse' to 'BuildResponseMessage'. Token endpoint to adopt more actual OP like access token handling for code flow.
add d8e04ce VCI token endpoint specific ValidateGrant and strategy for it.
add 195ead0 Authorization details carried in own specific claim in authz_code. Manipulation class renamed.
add fae0891 Renamed
No new revisions were added by this update.
Summary of changes:
.../impl/AbstractOpenIDVCIConfiguration.java | 218 +------
...bstractOAuth2FlowAwareProfileConfiguration.java | 163 +++++
.../impl/stolen/AbstractOIDCSSOConfiguration.java | 705 +++++++++++++++++++++
.../openidvci/messaging/context/TokenContext.java | 13 -
.../AuthorizationDetailsLookupFunction.java | 12 +-
.../impl/FormOutboundTokenResponseMessage.java | 16 +-
.../plugin/openidvci/profile/impl/UnwrapGrant.java | 257 ++++++++
.../profile/impl/ValidateAuthorizedCodeGrant.java | 91 ---
.../openidvci/profile/impl/ValidateGrant.java | 315 +++++++++
.../impl/ValidatePreAuthorizedCodeGrant.java | 161 -----
...horizationDetailsCodeManipulationStrategy.java} | 21 +-
...faultChainRevocationLifetimeLookupStrategy.java | 75 +++
.../META-INF/net.shibboleth.idp/postconfig.xml | 2 +-
.../openid/vci/abstract-api/abstract-api-flow.xml | 2 +-
.../vci/credential-offer/credential-offer-flow.xml | 2 +-
.../openid/vci/credentials/credentials-flow.xml | 2 +-
.../idp/flows/openid/vci/nonce/nonce-flow.xml | 2 +-
.../idp/flows/openid/vci/token/token-beans.xml | 65 +-
.../idp/flows/openid/vci/token/token-flow.xml | 58 +-
19 files changed, 1647 insertions(+), 533 deletions(-)
create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/config/impl/stolen/AbstractOAuth2FlowAwareProfileConfiguration.java
create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/config/impl/stolen/AbstractOIDCSSOConfiguration.java
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
create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/impl/ValidateGrant.java
delete mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/impl/ValidatePreAuthorizedCodeGrant.java
rename openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/logic/{AuthorizationCodeManipulationStrategy.java => AuthorizationDetailsCodeManipulationStrategy.java} (76%)
create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/logic/DefaultChainRevocationLifetimeLookupStrategy.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list