-
Notifications
You must be signed in to change notification settings - Fork 1.7k
JWT Authorization #11
Unanswered
Akhtaruzzaman
asked this question in
Q&A
-
is it possible to use jwt authorization for every service? if yes, how to use it?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Yes possible but best practice is get token via api gateway in one place and one time as per request, after that this will pass to microservices.
You can follow security concerns on below article;
https://medium.com/aspnetrun/securing-microservices-with-identityserver4-with-oauth2-and-openid-connect-fronted-by-ocelot-api-49ea44a0cf9e
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment