OAuth flow failed. Verify the configurations and try again. Error detail:Invalid null response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 12:45 PM
Need help!
Unable to get the OAuth token. Getting an error message saying "OAuth flow failed. Verify the configurations and try again. Error detail:Invalid null response".
I have configured and provided the client_id, client_secret, OAuth API Script: OAuthPasswordGrantType, and Default grant type: Resource Owner Password Credentials.
Have configured OAuth Entity Profile and OAuth Entity Scopes.
The postman application is able to get the token from thrid party endpoint without any error.
Let me know if any further information is required to tackle this issue.
Thanks!
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2022 03:21 AM
Do you see anything of value in the "Outbound HTTP Requests"?
You might want to set the LOG level to something higher as well. There are two sys_properties you can change that does sort of a catch-all for requests. [Beware, don't do in prod, disable once done etc…]
glide.outbound_http_log.override.level = all
glide.outbound_http_log.override = true
If helpful or correct, please indicate so!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2022 01:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2023 08:19 PM
I had the same issue appearing today and I realised that I had an incorrect URL in the OAuth configuration. SN appears to set the response status to -1 for any bad URL in the request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2025 08:29 AM
Check this
OAuth flow failed.Verify the configurations and try again. Error detail:invalid_request, Missing par...
Please mark this response as correct or helpful if it assisted you with your question, so others can benefit from this answer.