[java-idp-oidc] branch maint-3.0 updated (6d6568a8 -> 0254f057)

Henri Mikkonen henri.mikkonen at iki.fi
Thu Dec 30 14:51:08 UTC 2021


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

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

    from 6d6568a8 JOIDC-65 JWT client authentication support is incomplete
     new 7696035b Test refactoring, moved some helper methods to be better accessible.
     new a1a29122 JOIDC-68 Request object (JWT) validation is incomplete
     new a8c205e0 Removed unused imports.
     new 0254f057 Minor test improvements.

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:
 .../impl/ValidateEndpointAuthentication.java       |   3 -
 .../op/profile/impl/ValidateRequestObject.java     |  66 +++++-
 .../idp/flows/oidc/authorize/authorize-beans.xml   |  51 ++++-
 .../AbstractOidcClientAuthenticationFlowTest.java  |  32 +--
 .../oidc/op/profile/flow/AbstractOidcFlowTest.java |  24 ++
 .../oidc/op/profile/flow/AuthorizeFlowTest.java    | 124 +++++++++-
 .../impl/ValidateEndpointAuthenticationTest.java   |  24 +-
 .../op/profile/impl/ValidateRequestObjectTest.java | 254 ++++++++++++++++++++-
 8 files changed, 542 insertions(+), 36 deletions(-)

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


More information about the commits mailing list