Microservices Authentication/Authorization architectural pattern

Поделиться
HTML-код
  • Опубликовано: 7 янв 2025

Комментарии • 26

  • @aarakii
    @aarakii 15 дней назад +1

    clear cut explanation, no bs, thank you very much

  • @arjunmangali2904
    @arjunmangali2904 Месяц назад +1

    Short and on point explanation in authentication and authorisation in microservices.

  • @checkitoutas
    @checkitoutas 4 месяца назад +1

    Simply explained, clear, straight to the point. Not a second wasted. Loved it, thank you!

  • @jinoshkurisinkal3169
    @jinoshkurisinkal3169 Год назад +2

    Crystal clear explanation of the concept.

  • @LebanonJihad
    @LebanonJihad Год назад +2

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

  • @yellasrinivasreddy8998
    @yellasrinivasreddy8998 Год назад +5

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

  • @aviralyadav9624
    @aviralyadav9624 10 месяцев назад

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

  • @sreenuksr
    @sreenuksr Год назад +3

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

  • @mcronline
    @mcronline Год назад +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?

  • @a1-24-diepvanthanh3
    @a1-24-diepvanthanh3 7 месяцев назад

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

  • @InvincibleMan99
    @InvincibleMan99 3 месяца назад

    The load balancer is for api gateway..right?
    the load balancer for individual services will come after auth is done?

  • @sanjeevgaur1973
    @sanjeevgaur1973 4 месяца назад +1

    well explained.

  • @MrCupcakes85
    @MrCupcakes85 Год назад

    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?

  • @skillgroom
    @skillgroom 5 месяцев назад +1

    good content

  •  Год назад

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

    • @DotNetCoreCentral
      @DotNetCoreCentral  Год назад +1

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

  • @abdelsalam-ahmed
    @abdelsalam-ahmed Месяц назад

    Thank you!

  • @acevedoruben06
    @acevedoruben06 Год назад

    Great my friend!

  • @ushahembashir9204
    @ushahembashir9204 11 месяцев назад

    Nice one