This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from 03b4a365f7e Filter claims by granted scopes for the IdToken case 
(#3304)
     new d53fe8aa238 Enforce TLS client certificate and store the application 
certificates for dynamic registration (#3316)
     new 830b2f31010 Don't perpetuate security sensitive values from the JWT 
(#3317)
     new 4dbf5830b80 Fixup

The 3 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:
 .../oauth2/grants/code/JwtRequestCodeFilter.java   |  19 ++
 .../oauth2/services/AbstractTokenService.java      |  37 ++--
 .../services/DynamicRegistrationService.java       |  59 ++++++
 .../grants/code/JwtRequestCodeFilterTest.java      | 201 +++++++++++++++++++++
 .../oauth2/services/AbstractTokenServiceTest.java  |  91 ++++++++++
 .../services/DynamicRegistrationServiceTest.java   | 102 +++++++++++
 .../cxf/systest/jaxrs/security/oidc/client.xml     |   3 +
 .../jaxrs/security/oidc/oidc-server-dynreg.xml     |   2 +-
 8 files changed, 496 insertions(+), 18 deletions(-)
 create mode 100644 
rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JwtRequestCodeFilterTest.java

Reply via email to