JWT claims made available?

When using JWT, is there a way for Istio to make the JWT claims available to services, e.g. in HTTP request headers?

You can use the outputPayloadToHeader field in RequestAuthenticaion to forward the payload to your application: https://istio.io/latest/docs/reference/config/security/jwt/

1 Like