[java-idp-oidc] branch main updated (f7abeaf1 -> 22409cf2)

Henri Mikkonen henri.mikkonen at iki.fi
Fri May 17 09:18:33 UTC 2024


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

hjmikkon pushed a change to branch main
in repository java-idp-oidc.

    from f7abeaf1 JOIDC-201 - Support for OAuth 2.0 Demonstrating Proof of Possession (DPoP)
     new 7e6919e8 Removed Nimbus version properties from OP parent POM
     new fbde5aaf Allow null value for consented claims in the claims set.
     new a4f3f645 JOIDC-201 - Support for OAuth 2.0 Demonstrating Proof of Possession (DPoP)
     new 22409cf2 JavaDoc fixes.

The 4 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:
 .../oidc/op/token/support/TokenClaimsSet.java      |  2 +-
 .../decoding/impl/BaseOAuth2RequestDecoder.java    |  2 +-
 ...PAccessTokenHashFromRequestLookupFunction.java} | 45 +++++++++----
 .../logic/DPoPAccessTokenInRequestCondition.java   |  2 +-
 .../idp/service/relying-party/postconfig.xml       | 26 +++++++-
 .../oidc/op/static/openid-configuration.json       |  8 +++
 .../oidc/op/profile/flow/AbstractOidcFlowTest.java | 34 ++++++++--
 .../plugin/oidc/op/profile/flow/UserInfoTest.java  | 77 +++++++++++++++++++++-
 ...essTokenHashFromRequestLookupFunctionTest.java} | 55 +++++++++-------
 pom.xml                                            |  6 --
 10 files changed, 200 insertions(+), 57 deletions(-)
 copy idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/logic/{DPoPAccessTokenInRequestCondition.java => DPoPAccessTokenHashFromRequestLookupFunction.java} (60%)
 copy idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/logic/{DPoPAccessTokenInRequestConditionTest.java => DPoPAccessTokenHashFromRequestLookupFunctionTest.java} (57%)

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


More information about the commits mailing list