Closed aakanshu closed 2 years ago
Hi @poovamraj , I've went through the above post. In my case I'm using the default developer credentials provided by auth0, my idea was to use dev (default) credentials so that I can quickly test it and in prod do the setup.
Oh okay. Under Authentication > Social > apple you should be able to find a button called Try Connection. Can you verify whether it is working there properly?
Also can you let us know whether you have entered any values for the Apple Team ID and Key ID fields?
Hi @poovamraj , I generated the client Id and other credentials and it worked for me. I guess some issue with dev credentials of Auth0. Thx for help
Hi There,
I want to implement Sign in with Apple, similar to Sign in with Google. I've setup the connection and linked it to my app in Auth0 portal. In code when I'm passing connection as
apple
it is throwing error, error message:Here is my method which I'm calling on clicking the
Sign In with Apple
Button