[java-idp-plugin-vci] branch main updated (1685fb1 -> 46052da)

Codeberg noreply at shibboleth.net
Tue Dec 9 07:24:48 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 1685fb1  Manipulation strategy is now all purpose vci token manipulation strategy
     add e085ff0  Credentials flow to perform DPoP Validation
     add a86f4a4  Adopt for now userinfo endpoint error mapping
     add f98d244  Adopt for now proper token endpoint error mapping
     add 857452c  Support for DPoP access tokens
     add e73cd66  Fetch ready made access token from oidc response context.
     add 7948ad3  clientIDLookupStrategy is now expected to take ProfileRequestContext and not MessageContext as input
     add 6ca9b43  Removed too early return statement
     add 5533084  clientIDLookupStrategy that takes ProfileRequestContext and not MessageContext as input
     add 19918cf  Remove comments
     add 46052da  Tests of FormOutboundTokenResponseMessageT removed for now

No new revisions were added by this update.

Summary of changes:
 .../impl/OpenIDVCICredentialsRequest.java          |  14 +-
 .../impl/FormOutboundTokenResponseMessage.java     | 203 +--------------------
 .../plugin/openidvci/profile/impl/UnwrapGrant.java |  80 ++++----
 .../logic/OpenIDVCITokenManipulationStrategy.java  |   5 +-
 .../openid/vci/abstract-api/abstract-api-flow.xml  |   7 +-
 .../openid/vci/credentials/credentials-beans.xml   |  25 ++-
 .../openid/vci/credentials/credentials-flow.xml    |   2 +-
 .../idp/flows/openid/vci/token/token-beans.xml     |  34 ++--
 .../idp/flows/openid/vci/token/token-flow.xml      |   2 -
 .../impl/FormOutboundTokenResponseMessageTest.java | 126 -------------
 10 files changed, 96 insertions(+), 402 deletions(-)
 delete mode 100644 openid-vci-impl/src/test/java/org/geant/shibboleth/plugin/openidvci/profile/impl/FormOutboundTokenResponseMessageTest.java

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


More information about the commits mailing list