Feign and Spring Security 5 - Client Credentials
问题 I am trying to invoke some backend system which is secured by a client_credentials grant type from a Feign client application. The access token from the backend system can be retrieved with the following curl structure (just as an example): curl --location --request POST '[SERVER URL]/oauth/grant' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Cookie: WebSessionID=172.22.72.1.1558614080219404; b8d49fdc74b7190aacd4ac9b22e85db8=2f0e4c4dbf6d4269fd3349f61c151223' \ -