I 'm having troubles implementing apple sign in. I don’t get anything more than the attached screenshot. The safari console logs [Error] Failed to load resource: the server responded with a status of 400 (Bad Request) (callback, line 0)
Isolated the error and fixed it. But it is still not working. Auth0 complains that the redirect_uri is not valid yet everything seems correctly configured. Current call:
If I leave the redirect_uri blank (as is in other social logins), it will complain that there is no redirect_uri. If I specify it with one of the allowed callback urls configured at the dashboard, it will complain that it is not in the valid callback url list