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:
-
JwtClaimsSetVerifierthat provides the capability of verifying the claim(s) contained in a JWT Claims Set. -
IssuerClaimVerifierthat verifies the Issuer (iss) claim contained in the JWT Claims Set. -
DelegatingJwtClaimsSetVerifierthat simply delegates claims verification to it’s internal list ofJwtClaimsSetVerifier(s). -
ProviderDiscoveryClientthat is capable of discovering provider configuration information as defined by the OpenID Connect Discovery 1.0 specification. -
JwkTokenStorenow supports multiple JWK Set URL’s. -
The ability to supply a custom
…AccessTokenConvertertoJwkTokenStore.