Hi,
I am using exactly your sample .net core 3.1 web project. Setting up my cilent id and secret like this:
“Auth0”: {
“Domain”: “dev-example.eu.auth0.com”,
“ClientId”: “xxx”,
“ClientSecret”: “xxx”
}
On https://example.eu.auth0.com/dbconnections/signup I am receiving error 400. My website is
https://medsol-auth0.azurewebsites.net/ and is registered in my account for Application Login URI.
Here are my request parameters:
“client_id”: “xxx”,
“connection”: “Username-Password-Authentication”,
“email”:“…”,
“password”:“…”
I am able to login with google without any issues. Please advice! I cannot buy your product, if your simple demo is not working!
Thanks in advance,
for the quick response.