OAUTH 2 Authentication for client creds is giving error as null response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2023 05:00 AM - edited ‎11-21-2023 05:03 AM
Hi,
I am using Oauth 2 to authenticate with client creds. After configuring the profile with client id, secret and token url, Get Oauth Token link is giving me the following error
"OAuth flow failed. Verify the configurations and try again. Error detail:Invalid null response."
I checked the following Outbound logs.
Request header logs: {Content-Length=127, Content-Type=application/x-www-form-urlencoded}
Response header: {}
Response body: [ERROR CODE: -1]
And also I am getting following error:
OAuth authentication failed for client_credentials grant type flow
I tried the Oauth script override from OAuth script include and commenting the last function lines, it did not helped
Could Anyone help me with the Issue here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2023 09:07 AM
Hi @Pradeep907 , did you get to solve this issue? I'm facing the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2024 01:57 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2024 08:10 AM
@Pradeep907
The official support for the OAuth Client credential grant type for inbound API authentication started with the W release. Have you followed the steps provided here?