🔐 ASP.NET Core Authentication: JWT token validation using OpenID Connect (OIDC)

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

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

  • @AravindhKumar007
    @AravindhKumar007 7 месяцев назад

    Simple and very clear explanation.
    Clean code as well, keep spreading the good work.

    • @sa-es-ir
      @sa-es-ir  7 месяцев назад

      Thank you for the support and glad you liked the video.

  • @VioletClaw816
    @VioletClaw816 5 месяцев назад +2

    I might missed something here. How did you get the token in the first place before you call the getweather?

    • @sa-es-ir
      @sa-es-ir  5 месяцев назад

      I generated the token from auth0.com for my user, basically, I didn't want to cover token generation in this video and I've tried to show how to `validate` that token, no matter where it comes from.

  • @jobycheriyan9740
    @jobycheriyan9740 5 месяцев назад

    thank you, great help, same block of code worked for PingID ODIC also. 100% its working for the existing C#.NET core solutions.

    • @sa-es-ir
      @sa-es-ir  5 месяцев назад

      Glad it helped

  • @coding-in
    @coding-in 4 месяца назад +1

    Hi Saeed, could you creating video about keycloak?

    • @sa-es-ir
      @sa-es-ir  4 месяца назад

      I didn't use it in a production project, I'll check it.

  • @حسینمحسنی-ب7ق
    @حسینمحسنی-ب7ق Год назад

    سلام عالی و بی نقص موفق باشی

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

    how web application with a web API using OpenID Connect. Specifically, we need to establish a secure communication channel between the two entities, ensuring that our web application can successfully interact with the protected web API.

    • @sa-es-ir
      @sa-es-ir  Год назад

      There should be an IdentityProvider in the middle, so your web application will get token from that Idp and will send it to your API, and on the backend you will request to same Idp to get openId configuration and validating the incoming token.

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

    Well explained

    • @sa-es-ir
      @sa-es-ir  Год назад

      Glad you like it:)

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

      @@sa-es-ir your all episodes are good content.

    • @sa-es-ir
      @sa-es-ir  Год назад

      @@ghanshyam014 Much appreciated, I try to create more videos here, so keep tuned

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

      @@sa-es-ir tonight I have an interview with one Poland company at 11 pm IST.

  • @jayakumar2927
    @jayakumar2927 11 месяцев назад +1

    how to get url inside auth0

    • @sa-es-ir
      @sa-es-ir  11 месяцев назад

      All the auth0 providers expose the OpenIdConnect as well, just need to check your panel. some of them can accessable like {your-identity-provider-domain}/.well-known/openid-configuration