[java-idp-oidc] branch main updated (d806e600 -> cad8f953)
Henri Mikkonen
henri.mikkonen at iki.fi
Wed May 22 14:24:26 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 d806e600 JOIDC-201 - Support for OAuth 2.0 Demonstrating Proof of Possession (DPoP)
new 669edd4b JOIDC-210 - Refactor support for non-URI resource indicators for Nimbus v11
new cad8f953 JOIDC-208 - Ignore scope in token endpoint with authorization code grant
The 2 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/OIDCAuthenticationRequestDecoder.java | 18 +++++---
.../decoding/impl/BaseOAuth2RequestDecoder.java | 52 +++++++++++-----------
.../CustomResourceHttpServletRequestWrapper.java | 43 ++++++++++++++++++
.../impl/OAuth2AuthorizationRequestDecoder.java | 17 ++++---
.../impl/OIDCAuthenticationRequestDecoderTest.java | 36 +++++++++++++++
.../decoding/impl/OIDCTokenRequestDecoderTest.java | 17 +++++++
.../OAuth2AuthorizationRequestDecoderTest.java | 36 +++++++++++++++
.../plugin/oidc/op/profile/flow/TokenFlowTest.java | 5 ++-
8 files changed, 186 insertions(+), 38 deletions(-)
create mode 100644 idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oauth2/decoding/impl/CustomResourceHttpServletRequestWrapper.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list