Getting Profile Data in JWT Token when using Kratos #3471
Unanswered
johnmarksilly
asked this question in
Q&A
Replies: 1 comment
-
A follow up question would be how I would request the additional data (email, name) from Kratos in the consent flow. I don't see a session token that I could use to get the identity data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I've gone through tons of your documentation, but I'm not sure I get how to map my Kratos identity to the JWT id token.
Following the authorization_code consent method, I am using the scope
profile
in order to get my email and name from my Kratos identity, but it doesn't look like Hydra is aware of this data in the consent request.I know I can add the claims manually, but is there not a config to auto-populate these items in the JWT id token?
Beta Was this translation helpful? Give feedback.
All reactions