This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 26f3e94 Update to Spring Boot 2.1.8.RELEASE
new 6bf8992 Make sure that the OAuth authenticate principal name matches
the client_id (if specified)
new df2f56d Fixing OAuth scope test
new cb4a9f4 Adding a couple more OAuth system tests
new a6f0a9c Adding a test to show how to configure TLS to get the WSDL
programatically
new 1cbe026 Adding OAuth token revocation tests
new 179cb7a Updating http client
new bcd823d Updating Netty
new 2b85b80 Adding OAuth token introspection systests + requiring a
client register a redirect URI for authz code + implicit grants
new f366b94 Recording .gitmergeinfo Changes
The 9 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:
.gitmergeinfo | 3 +
parent/pom.xml | 4 +-
.../oauth2/services/AbstractTokenService.java | 25 +-
.../services/DynamicRegistrationService.java | 43 +++-
.../services/RedirectionBasedGrantService.java | 3 +-
.../oauth2/common/CallbackHandlerImpl.java | 16 ++
.../grants/AuthorizationGrantNegativeTest.java | 209 +++++++++++++++-
.../oauth2/grants/AuthorizationGrantTest.java | 4 +-
.../oauth2/grants/DynamicRegistrationTest.java | 222 +++++++++++++++++
.../oauth2/grants/RevocationServiceTest.java | 266 +++++++++++++++++++++
...e-jwt.xml => dynamic-reg-server-jcache-jwt.xml} | 15 +-
...er-jcache.xml => dynamic-reg-server-jcache.xml} | 15 +-
...n-server-jpa.xml => dynamic-reg-server-jpa.xml} | 15 +-
...ersist.xml => revocation-server-jcache-jwt.xml} | 12 +-
...ver-jcache.xml => revocation-server-jcache.xml} | 10 +-
...on-server-jpa.xml => revocation-server-jpa.xml} | 10 +-
.../cxf/systest/ws/ut/UsernameTokenTest.java | 55 +++++
17 files changed, 875 insertions(+), 52 deletions(-)
create mode 100644
systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth2/grants/DynamicRegistrationTest.java
create mode 100644
systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth2/grants/RevocationServiceTest.java
copy
systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oauth2/grants/{introspection-server-jcache-jwt.xml
=> dynamic-reg-server-jcache-jwt.xml} (90%)
copy
systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oauth2/grants/{introspection-server-jcache.xml
=> dynamic-reg-server-jcache.xml} (89%)
copy
systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oauth2/grants/{introspection-server-jpa.xml
=> dynamic-reg-server-jpa.xml} (90%)
copy
systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oauth2/grants/{introspection-server-jcache-jwt-non-persist.xml
=> revocation-server-jcache-jwt.xml} (93%)
copy
systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oauth2/grants/{introspection-server-jcache.xml
=> revocation-server-jcache.xml} (92%)
copy
systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oauth2/grants/{introspection-server-jpa.xml
=> revocation-server-jpa.xml} (93%)