The grant type was not specified in the request
-
Hi all,
I am getting error connected with grant type.
I am using postman tool to send post request.
I have add URL https://mysite.com?oauth=token, add Authorization as Basic Auth, put there my username and password
Body key and values adding
grant_type password
username myusernamehere
password mypasshereGetting this error
{
“error”: “invalid_request”,
“error_description”: “The grant type was not specified in the request”
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘The grant type was not specified in the request’ is closed to new replies.