You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per my test of login through auth0 with external identity provider, in my case the Kakao, I found out that the auth0 passes user info to the Barong server with the external identity provider's information about the user (see 'sub' field') as below:
It seems that the Barong only catches the 'email' and 'email_verified' fields and does not store any other information coming from auth0.
How about storing them in the database as a user meta data or loading them into the barong session for the frontend or other services to use them ?
The text was updated successfully, but these errors were encountered:
alexkopro
changed the title
Saving user info from auth0
Saving user data from auth0 with external identity provider
Apr 22, 2021
alexkopro
changed the title
Saving user data from auth0 with external identity provider
Loading verified user data from auth0 with external identity provider into the Barong session
May 11, 2021
As per my test of login through auth0 with external identity provider, in my case the Kakao, I found out that the auth0 passes user info to the Barong server with the external identity provider's information about the user (see 'sub' field') as below:
It seems that the Barong only catches the 'email' and 'email_verified' fields and does not store any other information coming from auth0.
How about storing them in the database as a user meta data or loading them into the barong session for the frontend or other services to use them ?
The text was updated successfully, but these errors were encountered: