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
When i login, the SocialUser does not contain id_token. Only the access_token.
Is there a way for me to get this from ng4-social-login package? I would like to pass this to my back end web api (.net core 2) and verify that user is authenticated
The text was updated successfully, but these errors were encountered:
The ng-social-login-module has the same SocialUser Mode as ng4-social-login. I don't see anywhere that i can get the id_token. I only see access_token.
Or did i miss it somewhere?
When i login, the SocialUser does not contain id_token. Only the access_token.
Is there a way for me to get this from ng4-social-login package? I would like to pass this to my back end web api (.net core 2) and verify that user is authenticated
The text was updated successfully, but these errors were encountered: