We would like to authenticate the user with Auth0 using our custom login form (with username and password). And this seem to be the correct resource: https://auth0.com/docs/api/authentication#resource-owner-password
However, I get a response of:
{
“error”: “access_denied”,
“error_description”: “Unauthorized”
}
The curl command is built like this:
Note: I have enabled the Password grant type, double checked the client id & client secret, and of course using valid credentials of the created user (using Username-Password-Authentication).