id_token includes email, but not name.

Yesterday I was able to get both name and email from the id_token. Today it stopped providing the name attribute, even if I revoked the token and signed up again. Any suggestions?

Accepted Reply

Looks like all the user details are now return in the POST response, while only the email is included in the id_token.

Replies

Looks like all the user details are now return in the POST response, while only the email is included in the id_token.

If I can get back the email, first and last name of the user in the initial oauth POST, what purpose does the id_token serve? This makes no sense to me.