Microservices Authentication/Authorization architectural pattern

preview_player
Показать описание
Authentication and Authorization in microservices can be done using multiple strategies. In this video, I will discuss three methods that I find to be very useful and the ones I personally prefer to use.

#dotnet7 #csharp #csharp11 #dotnet #authentication #authorization #distributedsystems #microservices

Some of my popular videos:

Рекомендации по теме
Комментарии
Автор

Crystal clear explanation of the concept.

jinoshkurisinkal
Автор

Greate video. Please more architectural pattern videos. You can explain it very well!

LebanonJihad
Автор

Thank you for sharing your knowledge. It is quite helpful.

aviralyadav
Автор

From Việt Nam thank you because nice video about autheticate

a--diepvanthanh
Автор

Thank you for the video. What about when we talk about auth&auth between microservices in the same architecture? They should use API gateway to access each other?

mcronline
Автор

Great lecture. Could you please touch more on how authentication should happen between the services in the next videos. Thanks.

yellasrinivasreddy
Автор

well explained. any possibility bring this into implementation in your next video

sreenuksr
Автор

Quick question...
So let me get this straight... Client will call service-one through the API-Gateway. API-Gateway will authenticate and route client to service-one. What if service-one makes downstream call to service-two? Is service-two automatically protected if called directly from service-one or does service-one need to call api-gateway to be routed back to service-two?

MrCupcakes
Автор

Thank you for the insightful presentation!! Quick question: why not using a dedicated microservice for authZ instead of using the NuGet middleware?