How can I pass RequestIdKey in Identity provider? #1893
Unanswered
AmitaKhatri
asked this question in
Q&A
Replies: 1 comment
-
Hi Amita!
Is your identity management app outside of Ocelot domain? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My Ocelot API gateway application is using an identity server for authentication using JWT token. I am using RequestIdKey at the global level to forward the Correlation Id. The correlation id is forwarded in the header to the downstream applications but it is not forwarded while communicating with our identity provider application. Is there any way to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions