Closed erikahlehmann closed 3 years ago
Here is what happens when we try to request an authentication token:
Error OAuth 2 Response 'Access Token' Request failed: bad request (400)
HTTP 400
---Body---
{
"error" : "invalid_grant",
"errors" : [ {
"errorCode" : "OAU-140",
"message" : "Invalid resource owner credentials"
} ],
"error_description" : "Invalid resource owner credentials"
}
Hi there!
Any ideas on how we can troubleshoot this? Thanks in advance!