Auth0 Callback URL mismatch 2

Hi,

I’m currently encountering an issue with the Auth0 plugin for authentication. The popup displays an error message stating “Callback URL mismatch.
The provided redirect_uri is not in the list of allowed callback URLs.” I have meticulously configured the plugin, ensured that the API explorer is authorized, and granted all necessary permissions. Unfortunately, the solutions provided in similar topics haven’t resolved the issue.

I found a solution, may be useful to someone

From the Auth0 popup url you need to extract redirect_uri:

Turn it into a normal Url and paste to Auth0 app settings in Allowed Callback URLs

httрs://editor.weweb.io/bdeе6a77-aca8-4538-bb2e-516a25a6bc31/

Also insert “https://editor.weweb.io” into Allowed Web Origins

After these steps, everything is working

6 Likes

So cool you nailed it @andrii_r :clap:

In the end, what you’ve done is exactly what was supposed to be setup. I’ll add it to our docs :pray:

1 Like