Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreOn behalf of the community, I’m pleased to announce the release of Spring Security OAuth 2.2.0.RELEASE.
The 2.2.0.RELEASE includes the following new features:
JwtClaimsSetVerifier
that provides the capability of verifying the claim(s) contained in a JWT Claims Set.
IssuerClaimVerifier
that verifies the Issuer (iss) claim contained in the JWT Claims Set.
DelegatingJwtClaimsSetVerifier
that simply delegates claims verification to it’s internal list of JwtClaimsSetVerifier
(s).
ProviderDiscoveryClient
that is capable of discovering provider configuration information as defined by the OpenID Connect Discovery 1.0 specification.
JwkTokenStore
now supports multiple JWK Set URL’s.
The ability to supply a custom AccessTokenConverter
to JwkTokenStore
.
This release also includes a small number of bug fixes and minor enhancements.
Project Page | GitHub | Documentation | Help