Hi All - I am currently implementing Sign in with Apple Id on a website. I am trying to implement Hi All - I am currently implementing Sign in with Apple Id on a website. I am trying to implement the backend approach by receiving the user information in idtoken. At this point, I am able to authorize and make the API call for token. But in the token response, I am only receiving accessToken, accessTokenExpiry, and refreshToken.
Per the document, I should also be receiving idtoken which should contain the user information but I dont seem to getting that back in response.
Per the document, I should also be receiving idtoken which should contain the user information but I dont seem to getting that back in response.