You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: