[java-idp-oidc] branch main updated (c2355c6c -> 22635f17)
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Aug 30 16:50:05 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 c2355c6c JOIDC-201 - Support for OAuth 2.0 Demonstrating Proof of Possession (DPoP)
new 892716b0 JCOMOIDC-115 - Update Nimbus oauth2-oidc-sdk into 10.15
new 22635f17 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:
.../oidc/op/messaging/JSONErrorResponse.java | 2 +-
.../oidc/op/messaging/JSONSuccessResponse.java | 2 +-
.../oidc/op/messaging/JSONErrorResponseTest.java | 4 +-
.../oidc/op/messaging/JSONSuccessResponseTest.java | 4 +-
.../impl/OIDCAuthenticationRequestDecoder.java | 4 +-
.../impl/OIDCClientRegistrationRequestDecoder.java | 6 +--
.../op/decoding/impl/OIDCTokenRequestDecoder.java | 48 +++++++++++++++++++---
.../plugin/oidc/op/decoding/impl/RequestUtil.java | 4 +-
.../plugin/oidc/op/encoding/impl/ResponseUtil.java | 2 +-
.../decoding/impl/BaseOAuth2RequestDecoder.java | 4 +-
.../CustomResourceHttpServletRequestWrapper.java | 14 ++++++-
.../impl/OAuth2AuthorizationRequestDecoder.java | 4 +-
.../impl/AddRemainingClaimsToClientMetadata.java | 5 ++-
.../idp/flows/oidc/token/token-beans.xml | 2 +-
.../impl/OIDCAuthenticationRequestDecoderTest.java | 24 +++++++++++
.../decoding/impl/OIDCTokenRequestDecoderTest.java | 29 +++++++++----
.../OAuth2AuthorizationRequestDecoderTest.java | 24 +++++++++++
.../op/profile/flow/ConfigurationFlowTest.java | 2 +-
.../oidc/op/profile/flow/KeySetFlowTest.java | 2 +-
.../oidc/op/profile/flow/RegistrationFlowTest.java | 4 +-
.../plugin/oidc/op/profile/flow/TokenFlowTest.java | 2 +-
.../impl/FormOutboundDiscoveryResponseTest.java | 4 +-
pom.xml | 4 +-
23 files changed, 156 insertions(+), 44 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list