-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HowTo: Retrieve user information. #28
Comments
This apple feature had me confused for much longer than needed. For far too long I though the user info was in the jwt id_token. You can easy miss the one time field when you first start programming Apple outh. Please consider adding to wiki. |
@drgrieve You only have the user email there (if the user decides to share it with you). I will put up a schema that depicts the whole sign in flow. |
Is there any way to reterive user details from apple server using sub or userid |
Hello,
can you please tell me how I can retrieve some additional user information?
I have received the initial token and then I received a successful response of type "AppleAuth.TokenObjects.AuthorizationToken" in the method "HandleResponseFromApple", is there a way to get user first name and last name?
Thanks
The text was updated successfully, but these errors were encountered: