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?
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.