Simplify chaining of OAuth2TokenValidator with JwtValidators defaults #14831
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: ideal-for-contribution
An issue that we actively are looking for someone to help us with
type: enhancement
A general enhancement
It's common to compose the
OAuth2TokenValidator<Jwt>
defaults with additional validators. Here is an example from Spring Security:This could change to:
This convenience makes it simpler for applications to base their validation on the already-vetted Spring Security defaults, making applications more secure.
The text was updated successfully, but these errors were encountered: