You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When using async mode in combination with Spring Security using the Spring Boot starter the SecurityContext is not properly propagated to the async task. Since that task execution is initiated outside of Spring scope the normal task decorators that Spring Security provides for this purpose do not work.
Describe the solution you'd like
We need a similar mechanism here to make sure that the SecurityContext is propagated to the async task.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When using async mode in combination with Spring Security using the Spring Boot starter the
SecurityContext
is not properly propagated to the async task. Since that task execution is initiated outside of Spring scope the normal task decorators that Spring Security provides for this purpose do not work.Describe the solution you'd like
We need a similar mechanism here to make sure that the
SecurityContext
is propagated to the async task.The text was updated successfully, but these errors were encountered: