The properties of the decoded id_token are dictated by the scopes requested during the authorization request; openid profile email will return a fully populated object, while openid will return a minimal object.
id_token
openid profile email
openid
The properties of the decoded
id_token
are dictated by the scopes requested during the authorization request;openid profile email
will return a fully populated object, whileopenid
will return a minimal object.