This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 1 comment
-
If you have a look at CommonExtensions.cs you can see that options.TokenValidationParameters.ValidateAudience is set to false. |
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, I have a question related to authentication in this ApiGateways. In ApiGateways we use jwt token to create token for mobileshoppingagg and webshoppingaggswaggerui and with the help of HttpClientAuthorizationDelegatingHandler we use the same token to call Order API. My question here is that how does a token that was created with Audience mobileshoppingagg or webshoppingaggswaggerui works for the order api?
Is there another setting that I am missing?
Beta Was this translation helpful? Give feedback.
All reactions