[java-idp-plugin-vci] branch DPOP updated (7fc34a3 -> 83f43ed)

Codeberg noreply at shibboleth.net
Wed Dec 3 12:02:52 UTC 2025


This is an automated email from the git hooks/post-receive script.

codeberg pushed a change to branch DPOP
in repository java-idp-plugin-vci.

    from 7fc34a3  DPoP validiation flow for token endpoint
     new 5c4a2b6  Add check for code verifier length. Wrap Nimbus TokenRequest if it can be parsed
     new 59fd4dd  Add tests whether Nimbus TokenRequest has been parsed
     new 22c9518  Test updated to match new OpenIDVCITokenRequest constructor
     new afc4502  Rename abstract msg classes
     new 83f43ed  Deleted due rework

The 5 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:
 ...AbstractOpenIDVCICredentialsRequestAction.java} | 19 +++--
 ...bstractOpenIDVCICredentialsResponseAction.java} | 28 ++++----
 ...nIDVCICredentialsValidationResponseAction.java} | 19 +++--
 .../impl/AbstractOpenIDVCITokenRequestAction.java  | 51 +++++++++++++
 .../AbstractOpenIDVCITokenResponseAction.java}     | 49 ++++++++-----
 .../messaging/impl/OpenIDVCITokenRequest.java      | 83 +++++++++-------------
 .../profile/impl/stolen/ParseAccessToken.java      |  5 +-
 .../messaging/impl/OpenIDVCITokenRequestTest.java  | 32 ++++++---
 .../impl/FormOutboundTokenResponseMessageTest.java |  2 +-
 9 files changed, 176 insertions(+), 112 deletions(-)
 rename openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/{profile/impl/stolen/AbstractOIDCUserInfoRequestAction.java => messaging/impl/AbstractOpenIDVCICredentialsRequestAction.java} (60%)
 rename openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/{profile/impl/stolen/AbstractOIDCUserInfoResponseAction.java => messaging/impl/AbstractOpenIDVCICredentialsResponseAction.java} (70%)
 rename openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/{profile/impl/stolen/AbstractOIDCUserInfoValidationResponseAction.java => messaging/impl/AbstractOpenIDVCICredentialsValidationResponseAction.java} (81%)
 create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/messaging/impl/AbstractOpenIDVCITokenRequestAction.java
 copy openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/{profile/impl/stolen/AbstractOIDCResponseAction.java => messaging/impl/AbstractOpenIDVCITokenResponseAction.java} (60%)

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


More information about the commits mailing list