Stream: implementers
Topic: Custom Header
sandeep kulkarni (Jun 13 2018 at 07:29):
Our API gateway is setting some custom headers(authUserID) after authentication, we need them in our GET API. How we can pass custom headers to FHIR server (GET API) ?
Grahame Grieve (Jun 13 2018 at 07:38):
well, you can use whatever header you like in this case. But I recommend using an openID token to carry a provable user token from the API gateway to the resource server
sandeep kulkarni (Jun 13 2018 at 09:06):
Thanks a lot Grahame for reply. I will check with my security team on OpenId token.
Last updated: Apr 12 2022 at 19:14 UTC