[GENERAL Q] Spring boot Authenticating Apple user credentials

I am working on React native for front end, i managed to do Apple Sign in button, and after correctly logging in i receive a response of credentials containing the following:
{
"authorizationCode": "....",
"email": null,
"fullName": {"familyName": null, "givenName": null, "middleName": null, "namePrefix": null, "nameSuffix": null, "nickname": null},
"identityToken":"....",
"realUserStatus": 1,
"state": null,
"user": "...."}
{
"authorizationCode": "....",
"email": null,
"fullName": {"familyName": null, "givenName": null, "middleName": null, "namePrefix": null, "nameSuffix": null, "nickname": null},
"identityToken":"....",
"realUserStatus": 1,
"state": null,
"user": "...."}
I send these information to my backend which is in Spring boot Now i would like to ask, generally what am i supposed to do with this information and how can i validate it so that i can send a response with my access_token and refresh_token back to the client? I am completly lost on this
1 Reply
JavaBot
JavaBot16mo ago
This post has been reserved for your question.
Hey @Ed! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here. 💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.

Did you find this page helpful?