By: Mirko Teodorovic user 20 Apr 2019 at 9:41 a.m. CDT

2 Responses
Mirko Teodorovic gravatar
Hi, is it possible for access_token returned in authorization code flow to contain email ( id_token I receive it does contain email)

By Michael Schwartz Account Admin 21 Apr 2019 at 5:23 a.m. CDT

Michael Schwartz gravatar
If you are using bearer tokens, you could use an access token introspection script to add to the email claim. But for JWT tokens, I think no.

By Mirko Teodorovic user 22 Apr 2019 at 2:57 a.m. CDT

Mirko Teodorovic gravatar
Access Token as JWT: true so I guess not?