Problem getting token with authorization_code grant type
-
I am manually submitting a POST request for a token with POSTMAN and getting the following error:
{ "error": "redirect_uri_mismatch", "error_description": "The redirect URI is missing or do not match", "error_uri": "https://tools.ietf.org/html/rfc6749#section-4.1.3" }
I do not understand why the code is checking for redirect_uri when I am clearly posting to /oauth/token. I see the code doing that in validateRequest inside AuthorizationCode.php, and it seems wrong.
Could the plugin author tell me what I may be doing wrong? Thank you
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Problem getting token with authorization_code grant type’ is closed to new replies.