Email not included in JWT access token payload

Hi @nicolatesla0987,

Thanks for you question.

I have answered your question in this thread.

TLDR:
Essentially, you can find the email_address and email_verified claims in the ID token rather than the access token. This is mentioned in our Sample Use Cases: Scopes and Claims documentation.

If you want them to be in the access token, you might try appending them as custom claims.

Cheers,
Rueben