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.
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.
Yes, please see Context Variables here. Enable it first.
You could use Global Request headers to add it to the request.