Hello all,
I have a requirement where I need to perform JWT auth on the incoming request by extracting the token from the incoming cookie. We are achieving this using a flow service and mapping to headers/Authorization.
My question is, to keep the incoming headers/Authorization as is,
Is it possible to update this Bearer token to any other header (or a custom header) other than Authorization header and change the default behavior of API Gateway by configuring to look at the other header for performing the JWT auth?
------------------------------
Venkat Vijayaraghavan
------------------------------