jkjome

Results 4 comments of jkjome

It occurred to me that my Spring Security inbound rules were affecting outbound WebClient calls. I did a search and found issue #10589 that confirmed my suspicion that something like...

Just wanted to mention that I can replace `shouldFilterAllDispatcherTypes(false)` with `dispatcherTypeMatchers(DispatcherType.ASYNC).permitAll()` and it also resolves my issue. However, it's been difficult to come up with a minimal testcase. I tried...

Hi @sjohnr. See the attached zip file containing the code, as well as a text file containing relevant trace logging you requested: [wcauthfail.zip](https://github.com/spring-projects/spring-security/files/9769374/wcauthfail.zip) After further testing, it looks like there...

@marcusdacoregio I tried the filter as well, and it works for me too.