spring-security/oauth2
Daniel Garnier-Moiroux 200b7fecd3
Add (Server)AuthenticationEntryPointFailureHandlerAdapter
Issue gh-11932, gh-9429

(Server)AuthenticationEntryPointFailureHandler should produce HTTP 500 instead
when an AuthenticationServiceException is thrown, instead of HTTP 401.
This commit deprecates the current behavior and introduces an opt-in
(Server)AuthenticationEntryPointFailureHandlerAdapter with the expected
behavior.

BearerTokenAuthenticationFilter uses the new adapter, but with a closure
to keep the current behavior re: entrypoint.
2022-10-13 19:25:04 -06:00
..
oauth2-client Reduce severity of invalid registrationId to warn 2022-09-26 09:56:20 -05:00
oauth2-core Fix JSONObject and JSONArray imports in tests 2022-09-16 13:38:57 -05:00
oauth2-jose Refresh remote JWK when unknown KID error occurs 2022-08-18 16:48:42 -05:00
oauth2-resource-server Add (Server)AuthenticationEntryPointFailureHandlerAdapter 2022-10-13 19:25:04 -06:00