Example of Microservice to Microservice Authentication [C#/.NET]

preview_player
Показать описание


#csharp #dotnet #authentication #microservices

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

Hi can you please explain. Can we send a token from auth-gateway to other microservices through the header and that should be validated.

arupjena
Автор

But the example shared in the video, even if the user hit inventory and order service urls directly, they will work. I failed to understand how the authetication and authorization will work in inventory and order APIs.

av
Автор

I'm liking your content so far. Thank you so much for making short content videos. I have learnt many new things.
Just wanted to add, in this video, I would have used ResouceFilter in Inventory API to extract from headers, so that I can keep controller code clean. Also then would use Authorize attribute on controller/ action methods to prevent access.

pradeeppradyumna
Автор

Hi, Can you please create a video for real-life examples of Database per service and how to fetch data from different database?

systemsatyaki
Автор

HI coud you share repo fron this video?

ИльясЖунусов-эч
Автор

Thank you so much for explaining microservices with real examples. keep it up.

shehan
Автор

Your complete series about Microservices is really value addition. I really appreciate your efforts of creating such a simple but concept-clearing videos on each topic related to Microservice. Your way of explaning the concept is very clear which helped me to understand those concepts faster. Thank you so much. 🙂

abhi
Автор

Don't like this video, I expected information about microservices that execute periodic tasks and run under system accounts. It's obvious we can pass the context for the user, when we have it.
Also, only the last 20 seconds actually talk about the Microservice -> Microservice authentication. The first 10 minutes are basically just a demo for what you talked in your previous video.

theundaddy