AngularJS-OAuth2 icon indicating copy to clipboard operation
AngularJS-OAuth2 copied to clipboard

How do I get access to the id_token

Open dougforr opened this issue 9 years ago • 1 comments

I am able to parse the accessToken but I cannot find the id_token. I am trying to display the user's email id. I have set response-type="id_token token" and scope="openid email"

dougforr avatar Jun 08 '16 11:06 dougforr

I have a similar problem. I have scope="openid profile" and using google login. How do I get access to the profile that is returned?

vijujames avatar Sep 30 '16 23:09 vijujames