HJK181
HJK181
Edit: Seems to work on my colleague's Mac/Ubuntu-Gnome with the exact same Chrome version?!
Last Chrome update to 104.0.5112.79 seemed to fix the problem for me...
I'm facing the exact same problem after an update from Spring 2.3 to Spring 2.7 + Java update from 14 to 17. We are not using any @Async or CompletableFuture,...
Any progress on that?
Hi @ryanjbaxter I'm trying to prepare the sample application but I'm struggling with the token relay configuration of the uaa service. According to the documentation https://cloud.spring.io/spring-cloud-security/reference/html/#_resource_server_token_relay all I need to...
Updated the sample. Found that I need to add `/downstream` to the `antMatchers` of the uaa-service's `ResourceServerConfig` in order to activate `OAuth2AuthenticationProcessingFilter` for that request, which pulls the `Authentication` object...
Nailed my initial problem down to `@HystrixCommand` which was used for my method where I use the `OAuth2RestTemplate` to call the downstream service. With Hystrix in place a call to...
That's a really disappointing answer/reaction after one week of waiting and a lot of time invested in providing you a minimal example and detail information whilst debugging the problem! I...
Thanks for reopening @dsyer. Yes, appache http is somehow working. And I can totally live with the fact that I need to configure a different http client as I'm now...