[java-idp-plugin-vci] branch main updated (0049edb -> 83f43ed)

Codeberg noreply at shibboleth.net
Wed Dec 3 12:05:45 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 0049edb  Initial work for proof validation for jwt type of proofs
     add e30dfcd  Rename bean 'DPoPProofNonceClaimsValidator' to 'DPoPProofNonceFixedRPClaimsValidator'
     add 7fc34a3  DPoP validiation flow for token endpoint
     add 5c4a2b6  Add check for code verifier length. Wrap Nimbus TokenRequest if it can be parsed
     add 59fd4dd  Add tests whether Nimbus TokenRequest has been parsed
     add 22c9518  Test updated to match new OpenIDVCITokenRequest constructor
     add afc4502  Rename abstract msg classes
     add 83f43ed  Deleted due rework

No new revisions were added by this update.

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 +-
 .../openid/vci/abstract-api/abstract-api-flow.xml  |  4 +-
 .../idp/flows/openid/vci/token/token-beans.xml     |  3 +
 .../idp/service/relying-party/postconfig.xml       |  2 +-
 .../messaging/impl/OpenIDVCITokenRequestTest.java  | 32 ++++++---
 .../impl/FormOutboundTokenResponseMessageTest.java |  2 +-
 12 files changed, 182 insertions(+), 115 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