Callback URL mismatch

Hello,

I am trying to test directly from the browser to retrieve a JWT token. I have configured my app in Auth0, provided callback URLs. When I paste the below URL in the browser and enter my credentials I get an error “Oops!, something went wrong, Callback URL mismatch.
The url “http://localhost:3000” is not in the list of allowed callback URLs: .”

What am I doing wrong?

https://ryanradhu.auth0.com/login?client=ThisIsNotARealClientID&protocol=oauth2&redirect_uri=http%3A%2F%2Flocalhost%3A3000

I found the issue. This was due to a wrong client ID.
The confusion was due to the fact that I copied the URL from the dashboard->Connections->Try link and just changing the redirect URI. I kind of assumed that it would use my client ID.

Thanks

1 Like