This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from bdf1316 [CXF-8158] Fixing checkstyle (take 2)
new 9847bd7 Adding OIDC MetadataService test
new 8b40fdb Some updates to the OIDC JWK Keys service
new 6957118 Recording .gitmergeinfo Changes
new d6e6704 Fixing backport
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:
.gitmergeinfo | 1 +
.../cxf/rs/security/jose/jwk/JsonWebKeys.java | 8 +-
.../apache/cxf/rs/security/jose/jwk/JwkUtils.java | 32 +++
.../apache/cxf/rs/security/jose/jws/JwsUtils.java | 37 ++--
.../cxf/rs/security/jose/jws/JwsUtilsTest.java | 4 +-
.../cxf/rs/security/oidc/idp/OidcKeysService.java | 18 +-
.../jaxrs/security/oidc/OIDCKeysServiceTest.java | 222 +++++++++++++++++++++
.../security/oidc/OIDCMetadataServiceTest.java | 101 ++++++++++
...erver-dynreg.xml => metadata-server-jcache.xml} | 45 ++---
.../{oidc-server-jpa.xml => oidc-keys-jcache.xml} | 159 ++++++++-------
10 files changed, 501 insertions(+), 126 deletions(-)
create mode 100644
systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oidc/OIDCKeysServiceTest.java
create mode 100644
systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oidc/OIDCMetadataServiceTest.java
copy
systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oidc/{oidc-server-dynreg.xml
=> metadata-server-jcache.xml} (71%)
copy
systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oidc/{oidc-server-jpa.xml
=> oidc-keys-jcache.xml} (52%)