[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 containning 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
2 Replies
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.
JavaBot
JavaBot16mo ago
Post Closed
This post has been closed by <@351059014341099521>.

Did you find this page helpful?