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
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
@dsyer I would also like to use use OAuth2 for backend requests such as requests to the config server and service register (Eureka). What is the best approach to ensure client credentials are used within the discovery client and config client?
Easy,guys.Last time I check this was at version D.When I use thread strategy,It cant pass client credentials in the header.I was not looking into it for a detail.No offence. @dsyer@spencergibb
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I inject the the bean registered as oAuth2RestTemplate it will pass on the user token.
If I want to pass on a client_credential would it be correct to do this?
Maybe we should add a section in the docs about machine to machine communication and how to do that with feign or with RestTemplate?
The text was updated successfully, but these errors were encountered: