I’ve created a free account to test and have an overview on Auth0.
To do that I’ve simply created a new API.
From what I saw it automatically created a new client (test) for my API.
When I go on that client → “Quick start” there is a curl command generated. Each time I try to execute that command I receive {“error”:“access_denied”,“error_description”:“Unauthorized”}curl: (6) Could not resolve host: application"
I tried to add a new permission in the API but I have the same result.
Is there something special to do to use a “default” API with an auto-generated client ?
The error curl: (6) Could not resolve host: application" is usually thrown by cURL if the provided URL can’t be resolved. Since cURL cannot resolve the host, it can’t communicate to your Auth0 tenant, so your settings should not be relevant to this error.