OAuth2.0 token for grant_type=client_credentials(error: invalid request, missing parameter: access_token)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2019 10:12 AM
my configuration for oauth profile:
clien id: xxx
client secret:xxx
token url: http://domain/version/token
grant_type: client_credentials
============================================================
the third party uses oauth2.0 with grant_type uses type format as www-form-urlencoded .
APIs currently support only a single grant_type
value of client_credentials
.
There is a single www-form-urlencoded POST parameter, grant_type
. The username is the Client ID and the password is the Client Secret.
============================================================
ERROR:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2019 02:34 PM
any suggestions???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 07:09 PM
Hi zmehta,
did you solve your issue? Please let me know.
Thanks,
Dor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 04:37 AM
Hi zmehta,
Did you solve this issue? Please lewt me know.
Thanks,
Dor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2022 04:10 PM
Hi,
Is the issue resolved?
I'm also getting similar error - OAuth flow failed. Verify the configurations and try again. Error detail:Invalid null response.