Video není dostupné.
Omlouváme se.

Microservices Authentication/Authorization architectural pattern

Sdílet
Vložit
  • čas přidán 11. 03. 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: dotnetcorecent...

Komentáře • 20

  • @jinoshkurisinkal3169
    @jinoshkurisinkal3169 Před 10 měsíci +2

    Crystal clear explanation of the concept.

  • @sanjeevgaur1973
    @sanjeevgaur1973 Před 23 hodinami

    well explained.

  • @LebanonJihad
    @LebanonJihad Před rokem +1

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

  • @a1-24-diepvanthanh3
    @a1-24-diepvanthanh3 Před 3 měsíci

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

  • @aviralyadav9624
    @aviralyadav9624 Před 5 měsíci

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

  • @yellasrinivasreddy8998
    @yellasrinivasreddy8998 Před rokem +4

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

  • @sreenuksr
    @sreenuksr Před rokem +3

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

  • @mcronline
    @mcronline Před rokem +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?

  • @skillgroom
    @skillgroom Před 22 dny

    good content

  • @MrCupcakes85
    @MrCupcakes85 Před 8 měsíci

    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?

  • @acevedoruben06
    @acevedoruben06 Před rokem

    Great my friend!

  • @ushahembashir9204
    @ushahembashir9204 Před 6 měsíci

    Nice one

  •  Před 9 měsíci

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

    • @DotNetCoreCentral
      @DotNetCoreCentral  Před 9 měsíci +1

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