[java-idp-plugin-vci] branch main updated (4b748aa -> d8e04ce)

Codeberg noreply at shibboleth.net
Thu Dec 4 14:14:38 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 4b748aa  Moving token flow logic incrementally closet to OP Token flow by unwrapping grant in post decode phase
     new b2f3790  Profile rework
     new cd074fc  Rename 'BuildResponse' to 'BuildResponseMessage'. Token endpoint to adopt more actual OP like access token handling for code flow.
     new d8e04ce  VCI token endpoint specific ValidateGrant and strategy for it.

The 3 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:
 .../impl/AbstractOpenIDVCIConfiguration.java       | 218 +------
 ...bstractOAuth2FlowAwareProfileConfiguration.java | 163 +++++
 .../impl/stolen/AbstractOIDCSSOConfiguration.java  | 705 +++++++++++++++++++++
 .../openidvci/profile/impl/ValidateGrant.java      | 315 +++++++++
 ...faultChainRevocationLifetimeLookupStrategy.java |  75 +++
 .../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     |  53 ++
 .../idp/flows/openid/vci/token/token-flow.xml      |  31 +-
 11 files changed, 1342 insertions(+), 226 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/ValidateGrant.java
 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