-
Notifications
You must be signed in to change notification settings - Fork 6k
Resource Server configurers should pick up a JwtAuthenticationConverter bean #8185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I would like to take this task. |
@jzheaux Yes this could solve my issue where I have multiple filter chains but as a client I should not have to worry about that bean, I want to define it and forget it. I mean, I don’t want to inject that bean in each filter chain, spring security should handle it behind the scene. |
Sure, @evgeniycheban! It's yours. |
Hi @jzheaux, |
Yes, @akuma8, it was released in 5.4.0-M1. The GA version (5.4.0) released in September. It would be great to get more contributions from you! Please check for the ideal-for-contribution label for some ideas. Currently, I don't see any OAuth 2.0 ones, but there's a SAML 2.0 ticket there that would be helpful. |
It's quite convenient to be able to expose
JwtDecoder
orReactiveJwtDecoder
as a bean and have Spring Security's OAuth 2.0 Resource Server pick it up.It would be nice to be able to do the same with
JwtAuthenticationConverter
:The text was updated successfully, but these errors were encountered: