spring-security/oauth2
Jonas Erbe aefd2d497c Fix JwtClaimValidator wrong error code
Previously JwtClaimValidator returned the invalid_request error on claim validation failure.
But validators have to return invalid_token errors on failure according to:
https://datatracker.ietf.org/doc/html/rfc6750#section-3.1.
Also see gh-10337

Closes gh-10337
2021-11-29 12:22:30 -07:00
..
oauth2-client Checkstyle Fixes 2021-10-22 10:19:34 -05:00
oauth2-core Checkstyle Fixes 2021-10-22 10:19:34 -05:00
oauth2-jose Fix JwtClaimValidator wrong error code 2021-11-29 12:22:30 -07:00
oauth2-resource-server Don't Cache ReactiveJwtDecoders Errors 2021-11-10 17:44:15 -07:00