Hello,
I am unable to get sign in with apple working. Currently, i get this response when attempting to hit https://appleid.apple.com/auth/token: Invalid redirect_uri.
The redirect_uri has been properly setup as documented.
Can you please assist?
I created a radar ticket for this: FB7239836
Thank you
I checked the information you provided.
The failure occurs since the client id you are using is incorrect for signing in on web. You are using the primary app's id (iOS app's ID) instead of the services ID. Since the primary app does not have any redirect URLs registered whereas the authorization request contains a redirect URL, it fails validation.
To fix this, use the services app id in your web authorization / sign-in requests.