envoyproxy / gateway

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway

Home Page:https://gateway.envoyproxy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Way to include id token claims as headers?

zetaab opened this issue · comments

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?

should be fixed with #3274