Alex
Results
1
comments of
Alex
I have encountered a similar problem with authentication server name resolution. I will describe how I solved it. **application.properties** ``` security.oauth2.client.client-id=trusted security.oauth2.client.client-secret=trusted security.oauth2.resource.token-info-uri=http://NEVIS/oauth/check_token ribbon.http.client.enabled=true ``` Pay attention to `ribbon.http.client.enabled=true` -...