Hi, we're integrating Sign In With Apple in our app and relative website.
Though App implementation seems to work properly, we're having problems with website integration.
We've followed documentation, so we: enabled Sign In With Apple for App Id
created a ServiceId and linked it to the primary App Id
added the redirect url (the one we use later for auth link) to the ServiceId
added Sign In With Apple button with Apple js SDK
After that I keep getting the same error (invalid_request
Invalid web redirect url.)...
We tried to add the button in different ways: with html metas, with AppleID.auth.init, building directly the authorization link... None of those methods proved to work...
Anyone has any suggestion on what we could be missing?
Thank you
Cristiano