Cannot show Login page on safari iOS

Hi everyone,

I have an app which is not accessible if the user isn’t logged in.
I had successfully configured auth0 on my local environment.
Then I push it on production, change callbacks: everything work. But when I go to my app wit, h safari on iOS, auth0 warns me :

Callback URL mismatch.
The provided redirect_uri is not in the list of allowed callback URLs.

Why only in safari??

Thanks for your answer :slight_smile:

Paul

Hey there!

Can you share the link to the doc / quickstart / SDK you are using? Thanks!

Hi! Thanks for your reply. I used this tutorial.
I haven’t followed the “retrieve user information” and “call an API” parts yet. (I don’t need user info, I’ll protect my API later)