Closed lhpalacio closed 3 years ago
The scope in the request should be optional. https://tools.ietf.org/html/rfc6749#section-4.4.1
Request:
curl https://api.mysite.com/token -d 'grant_type=client_credentials&client_id=TestClient&client_secret=TestSecret'
Response:
{ "error": "invalid_scope", "error_description": "This application requires you specify a scope parameter" }
The scope in the request should be optional. https://tools.ietf.org/html/rfc6749#section-4.4.1
Request:
Response: