Hi,
I have setup Apple SignIn on a platform i am developing and configure all the required Service IDs and redirect URLs.
The integration worked up until I moved the platform to a new domain name last friday. I have reconfigured the list of allowed domains and redirect urls to the new domain name, and removed all the mentions of the former one. Since then, when trying to Sign In with Apple, I am greated with the following error : " invalid_request - Invalid web redirect url".
I have also observed that if i manually change the domain name in the redirect_uri parameter but keep the rest of the OAuth URL identical, the error disappears. This should not be possible since the former domain name has been completely removed from the Service ID configuration.
Is there a propagation time for this ? And if so, it seems very long (5 days and pending).
I have checked and rechecked and tripled checked my configuration, every time by going in my dev account > Identifiers > Service IDs > Sign In with Apple > Configure, then clicking Done > Continue > Save.
I can confirm that :
- the redirect domains and URLs there are correct, and no mention of the former domain name is present
- I can still login using the former domain redirect urls (so my implementation is valid, but the configuration is not up to date)
- the new redirect urls are still not working as of now
- https is included in the redirect_urls, no trailing slash is present. again, the same URLs but with a different domain name were configured and worked (if anything, still work) properly
- TLS 1.3 connection (i know 1.2 is a requirement)
Any advice would be welcome