[java-idp-oidc] branch main updated (25e8019e -> caa7f58c)
Henri Mikkonen
henri.mikkonen at iki.fi
Wed Oct 2 12:36:40 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 25e8019e JOIDC-225 - Relocate and improve lookup functions for request message contents
new cb56b984 JOIDC-229 - Provide method for strict scope validation
new caa7f58c JOIDC-200 - Support for OAuth2 Pushed Authorization Requests (PAR)
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/oauth2/profile/impl/ValidateScope.java | 53 ++++++++++++++--
.../pushed-authorization-beans.xml | 20 ++++--
.../pushed-authorization-flow.xml | 1 +
.../idp/service/relying-party/postconfig.xml | 19 +++++-
.../idp/plugin/oidc/op/conf/oidc.properties | 6 +-
.../oidc/op/profile/flow/AuthorizeFlowTest.java | 74 ++++++++++++++++++++++
.../flow/ClientCredentialsTokenFlowTest.java | 11 ++++
.../op/profile/flow/PushedAuthorizeFlowTest.java | 42 +++++++++++-
.../flow/PushedAuthorizeRequestObjectJWETest.java | 4 +-
.../flow/PushedAuthorizeRequestObjectJWSTest.java | 4 +-
.../plugin/oidc/op/profile/flow/TokenFlowTest.java | 14 ++++
.../shibboleth/idp/module/conf/relying-party.xml | 9 +++
12 files changed, 238 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list