mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
The OpaqueTokenAuthenticationProvider now propagates the cause of introspection exceptions in the same way that the reactive OpaqueTokenReactiveAuthenticationManager does. Fixed a final field warning on both OpaqueTokenAuthenticationProvider and OpaqueTokenReactiveAuthenticationManager.