Results 14 comments of xehpuk

Ah, nice. So I can use `^(GET|POST) `. Minor downside is that the URL should be escaped.

Yes, the `DefaultOAuth2AuthorizedClientManager` comes from `spring-addons-starter-oidc`. I thought I needed the `DefaultOAuth2AuthorizedClientManager` for the `foo-client` (and the `AuthorizedClientServiceOAuth2AuthorizedClientManager` for the `bar-client`). Then what's the point of the `DefaultOAuth2AuthorizedClientManager` at all...

The other client just informs another service that something happened. No user authentication or response needed in this case.