Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Way to include id token claims as headers? #3335

Open
zetaab opened this issue May 7, 2024 · 1 comment
Open

Way to include id token claims as headers? #3335

zetaab opened this issue May 7, 2024 · 1 comment
Labels

Comments

@zetaab
Copy link
Contributor

zetaab commented May 7, 2024

Description:

I am trying to do OIDC + JWT authentication and map claims to request. However, it seems that it uses access_token for map claims to headers by default. Id token is available as cookie, but I would like to extract 2 fields from id token. Is that somehow possible to switch id token to map claims to headers?

How I could extract email from IdToken cookie (jwt) to headers?

@zetaab zetaab added the triage label May 7, 2024
@arkodg
Copy link
Contributor

arkodg commented May 7, 2024

should be fixed with #3274

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants