I followed below approach but in Xamarin to achieve apple sign in.
But i am not able to get the exchange token from Auth0 after getting the Authorization token from Apple.
Followed below links for the same:
- https://auth0.com/docs/connections/nativesocial/apple
- https://auth0.com/docs/flows/guides/auth-code/add-login-auth-code (used the suggested c# code here)
i am getting this below error in response:
{“error”:“invalid_grant”,“error_description”:“Invalid authorization code”}
Could anyone help me to resolve this issue.
Thank you