Apple Social SSO - what Return URLs to use?

Hi!
We are currently trying to implement Apple SSO into our authentication flow, but although (as far as I can see) I did thoroughly follow the tutorial, it still doesn’t work.

I click on Sign On With Apple, then I get an error on the Apple page, saying invalid_request, and invalid web redirect url.

I guess it points to (and in fact I wasn’t really sure what to enter there) the Return URLs that I have to enter when I create the Service ID in the Apple Developer Console.

I am using Auth0 from my native Flutter app - what do I have to input there?

Thanks for any help!! :slight_smile:

2 Likes

Just in case anyone finds this thread and has the same problem:

I found this Apple Forum thread that suggests that the return URL should be https://YOUR_AUTH0_DOMAIN/login/callback, and it works for me! :slight_smile:

5 Likes

Thank you so much for this. This saved me a lot of time as I couldn’t figure out why the callback url wasn’t working. Someone really needs to update the documentation[1] to reflect the correct url scheme.

https://marketplace.auth0.com/integrations/apple-social-connection [1]

1 Like

Teamwork makes the dreamwork! I’m gonna relay that feedback to appropriate team!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.