How do I ensure a filter is executed after security filters in the SecurityFilterChain?
I have a BearerTokenAuthenticationFilter
which is registered through a SecurityFilterChain
. Additionally, there is a ProfileSynchronizationFilter
which is registered via a FilterRegistrationBean
.