Spring Security OAuth 2.2 Released
On 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 ofJwtClaimsSetVerifier
(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
toJwkTokenStore
.