Error Code IDX20803

Hello All,

I have a .NET API I’m setting up with Auth0, I followed the configuration setup but when I attempted to use the bearer token I keep getting this response. I verified that the URLs all lined up in both Auth0 and the project configuration.

It looks like you have two slashes after the first part of your URL and a double https:// at the beginning. My guess is you’re using something like https://<your-auth0-domain>/ instead of <your-auth0-domain>.

In other words, your backend is adding the https:// prefix and / suffix for you, so you don’t need them in your configuration.