Microservices Authentication/Authorization architectural pattern

Поділитися
Вставка
  • Опубліковано 11 бер 2023
  • 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:
    Elasticsearch with .NET and introduction: • An Introduction to Ela...
    Hangfire Scheduling an introduction: • Scheduling recurring j...
    ASP.NET Core Authentication with JWT (JSON Web Token): • ASP.NET Core Authentic...
    Running Background tasks using IHostedService and BackgroundService (In ASP.NET Core 3.1): • Running Background tas...
    How to build an API Gateway in ASP.NET Core using Ocelot (Build API Gateway in a few minutes): • How to build an API Ga...
    My blog site: dotnetcorecentral.com
  • Наука та технологія

КОМЕНТАРІ • 18

  • @jinoshkurisinkal3169
    @jinoshkurisinkal3169 8 місяців тому +2

    Crystal clear explanation of the concept.

  • @LebanonJihad
    @LebanonJihad Рік тому +1

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

  • @a1-24-diepvanthanh3
    @a1-24-diepvanthanh3 23 дні тому

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

  • @aviralyadav9624
    @aviralyadav9624 3 місяці тому

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

  • @mcronline
    @mcronline 10 місяців тому +1

    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?

  • @yellasrinivasreddy8998
    @yellasrinivasreddy8998 11 місяців тому +4

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

  • @sreenuksr
    @sreenuksr Рік тому +3

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

  • @acevedoruben06
    @acevedoruben06 Рік тому

    Great my friend!

  •  7 місяців тому

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

    • @DotNetCoreCentral
      @DotNetCoreCentral  7 місяців тому +1

      You can use, and that is something I suggested in my previous video as an option

  • @MrCupcakes85
    @MrCupcakes85 5 місяців тому

    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?

  • @ushahembashir9204
    @ushahembashir9204 4 місяці тому

    Nice one