JamesRandall / AngularJS-OAuth2

Package for allowing an AngularJS application to authenticate with an OAuth 2 / Open ID Connect identity provider using the implicit flow.
MIT License
46 stars 42 forks source link

How do I get access to the id_token #36

Open dougforr opened 8 years ago

dougforr commented 8 years ago

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"

vijujames commented 7 years ago

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?