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
Requesting a token with grant_type=client_credentials results in a 400 Bad Request error that says {"error":"invalid_request","error_description":"mandatory: scope"}. This goes against the spec – see the relevant section, where it says scope is OPTIONAL (which, in turn, means implementations with such an OPTIONAL feature must be able to interoperate with those that don't, according to RFC 2119).
The text was updated successfully, but these errors were encountered:
sbxalex
changed the title
client_credentials grant incorrectly requires scope
client_credentials grant incorrectly requires scope
Nov 6, 2014
Requesting a token with
grant_type=client_credentials
results in a 400 Bad Request error that says{"error":"invalid_request","error_description":"mandatory: scope"}
. This goes against the spec – see the relevant section, where it saysscope
isOPTIONAL
(which, in turn, means implementations with such anOPTIONAL
feature must be able to interoperate with those that don't, according to RFC 2119).The text was updated successfully, but these errors were encountered: