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
My understanding is an id_token is supplied as part of OpenID Connect authentication flow only. The HelloJS Google module alike Google's own Javascript libary uses the OAuth2 auth flow, id_token is not provided under the spec.
Not correct. id_token will be provided if you request it explicitly with response_type=token id_token rather than just default response_type=token.
Another question is how to ask Google to include that additional info (username and email etc) in the token. Probably it depends on scopes.
Hello,
Iam trying to retrieve google id_token, but iam unable to get it in any callback, neither r nor s
i try all the possible scopes but i was unable to get it.
The text was updated successfully, but these errors were encountered: