-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Load ReactiveJwtAuthenticationConverter bean in OAuth2 Resource Server config #9699
Conversation
Thanks for the PR, @ThomasVitale! I've scheduled this for the 5.6 release. |
@jzheaux Nice! Thanks for checking the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @ThomasVitale! Please see my inline feedback.
.../test/java/org/springframework/security/config/web/server/OAuth2ResourceServerSpecTests.java
Outdated
Show resolved
Hide resolved
.../test/java/org/springframework/security/config/web/server/OAuth2ResourceServerSpecTests.java
Outdated
Show resolved
Hide resolved
Hi, @ThomasVitale! Are you able to apply the requested changes? |
@jzheaux sorry for the late reply. I can deliver the requested changes by the end of this week. Would that be ok? |
Thanks for checking in, @ThomasVitale. Yes, that works great. |
…r config When a bean of type ReactiveJwtAuthenticationConverter is defined, the OAuth2 Resource Server configuration will use it automatically when no other converter is defined through the DSL. Closes gh-9698
When a bean of type ReactiveJwtAuthenticationConverter is defined,
the OAuth2 Resource Server configuration will use it automatically
when no other converter is defined through the DSL.
Closes gh-9698