Passing of JWT token to Upstream service for Validation

Hi

I am working on a POC where I am trying to validate JWT token in my upstream service The JWT token is generated by a Custom GRPC Plugin after user is successfully authenticated.

I want to know pass this JWT token yo upstream service so that it my upstream service validate these tokens.

I configured the request header "Authorization: Bearer $tyk_meta.jwt "
but still tokens are not passing to my service.

I am following this repository:
GitHub - TykTechnologies/tyk-grpc-go-basicauth-jwt: Custom BasicAuth with JWT to Upstream .

@Tushar456 did you figured out how to pass the header ?

Hi @munimanjunath let me know if this is still something you would like to explore? If you can post the user story here, (or DM me if you prefer) and I can suggest some approaches to you?