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
The webclient used for that isn't configurable. org.springframework.security.oauth2.client.endpoint.WebClientReactiveAuthorizationCodeTokenResponseClient#webClient
Expected Behavior
Can you make this configurable or inject a webclient bean to let use configure it ?
WebClientReactiveAuthorizationCodeTokenResponseClient.setWebClient() has been implemented via #6182.
However, in order to make it easier for the user to provide a WebClientReactiveAuthorizationCodeTokenResponseClient with a configured WebClient, we need to resolve #6477.
I'm going to close this issue so please track the progress for #6477. Would you be interested in submitting a PR for #6477?
Summary
While using the sample provided by @spencergibb at https://github.com/spring-cloud-samples/sample-gateway-oauth2login , i couldn't configure the gateway to use http proxy.
Actual Behavior
The webclient used for that isn't configurable.
org.springframework.security.oauth2.client.endpoint.WebClientReactiveAuthorizationCodeTokenResponseClient#webClient
Expected Behavior
Can you make this configurable or inject a webclient bean to let use configure it ?
Configuration
Version
Version used : 2.1.2.RELEASE
Sample
https://github.com/spring-cloud-samples/sample-gateway-oauth2login
(redirected from spring-attic/spring-security-oauth2-boot#81)
The text was updated successfully, but these errors were encountered: