JWT Claim forwarding to upstream service

If I have a JWT with a custom claim “UserID” and I want to forward the value to my upstream service as a header eg:
X-USER-ID: 12345

Is this possible? I couldn’t find it in the documentation.

Hi @Jonathan_Gurwitz,

Yes, please see Context Variables here. Enable it first.
You could use Global Request headers to add it to the request.

1 Like