-
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
Add Reactive Messaging AuthenticationPrincipalArgumentResolver #7363
Labels
Milestone
Comments
rwinch
changed the title
Add RSocket Argument Resolver Support
Add Reactive Messaging AuthenticationPrincipalArgumentResolver
Sep 24, 2019
rwinch
added
in: messaging
An issue in spring-security-messaging
and removed
in: rsocket
labels
Sep 24, 2019
rwinch
added a commit
that referenced
this issue
Sep 24, 2019
AuthenticationPrincipalArgumentResolverTests failed in JDK 9+ due to its improved generic support and a ClassCastException. Issue gh-7363
Adding @AuthenticationPrincipal to messageMapping method gives
I followed this for jwt with spring boot 2.2.2.RELEASE. Although, i can see ReactiveSecurityContextHolder getting set with authentication object onAuthenticationSuccess but it's empty when tried getting the same in the controller method. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
We should be able to use an argument resolver for the RSocket Support in Spring
The text was updated successfully, but these errors were encountered: