belajar-springoauth2
belajar-springoauth2 copied to clipboard
Unable to access http://localhost:10001/api/client using client credentials
I am trying to access the resource using postman (chrome extension) I successfully get the access token which i add to request header and then try to access the resource.
The result I get is { "timestamp": 1495085279020, "status": 500, "error": "Internal Server Error", "exception": "org.springframework.web.client.HttpClientErrorException", "message": "403 Forbidden", "path": "/api/client" }
Can you please tell where i am going wrong..