I am trying to configure my app for Sign In With Apple and unable to. I open Auth0 and then go to Connections > Social. I am unable to add this option. The steps mentioned do not match what I am seeing on web tutorial (https://auth0.com/docs/connections/social/apple).
Can you please elaborate? What do you mean by you are unable to? Error codes, screen shots, anything that shows us what is blocking you is very helpful.
In my app I had already configured Google. So, I added Apple, with all the values such as ID and stuff. Now, when I try to Sign In using Apple, I get error “Sign Up Not Completed”.
An update: The error “Sign Up Not Completed” got resolved. Now am able to sign in via Apple on my app, via web browser, however when it returns on the web page then I am not logged in. The URL in console states that “error=invalid_request&error_description=invalid_client”
This error suggests that the cliend ID/secret you are using is invalid. If it is only happening with sign in with apple, I would suggest you double check your apple client id and secret in the auth0 dashboard and in your apple developer dashboard.