This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 8a3f3504b4e Recording .gitmergeinfo Changes
new d130b732b4d Enforce TLS client certificate and store the application
certificates for dynamic registration (#3316)
new 8146082be06 Don't perpetuate security sensitive values from the JWT
(#3317)
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:
.../oauth2/grants/code/JwtRequestCodeFilter.java | 19 ++
.../oauth2/services/AbstractTokenService.java | 37 ++--
.../services/DynamicRegistrationService.java | 59 ++++++
.../grants/code/JwtRequestCodeFilterTest.java | 201 +++++++++++++++++++++
.../oauth2/services/AbstractTokenServiceTest.java | 90 +++++++++
.../services/DynamicRegistrationServiceTest.java | 102 +++++++++++
.../cxf/systest/jaxrs/security/oidc/client.xml | 3 +
.../jaxrs/security/oidc/oidc-server-dynreg.xml | 2 +-
8 files changed, 495 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