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

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

ความคิดเห็น • 17

  • @jobycheriyan9740
    @jobycheriyan9740 หลายเดือนก่อน

    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  หลายเดือนก่อน

      Glad it helped

  • @AravindhKumar007
    @AravindhKumar007 3 หลายเดือนก่อน

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

    • @sa-es-ir
      @sa-es-ir  3 หลายเดือนก่อน

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

  • @coding-in
    @coding-in 5 วันที่ผ่านมา

    Hi Saeed, could you creating video about keycloak?

  • @user-yb7vw3vc4w
    @user-yb7vw3vc4w 8 หลายเดือนก่อน

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

  • @drakegao816
    @drakegao816 27 วันที่ผ่านมา +1

    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  27 วันที่ผ่านมา

      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.

  • @ghanshyam014
    @ghanshyam014 8 หลายเดือนก่อน

    Well explained

    • @sa-es-ir
      @sa-es-ir  8 หลายเดือนก่อน

      Glad you like it:)

    • @ghanshyam014
      @ghanshyam014 8 หลายเดือนก่อน

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

    • @sa-es-ir
      @sa-es-ir  8 หลายเดือนก่อน

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

    • @ghanshyam014
      @ghanshyam014 8 หลายเดือนก่อน

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

  • @TellaTrix
    @TellaTrix 8 หลายเดือนก่อน +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  8 หลายเดือนก่อน

      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.

  • @jayakumar2927
    @jayakumar2927 7 หลายเดือนก่อน +1

    how to get url inside auth0

    • @sa-es-ir
      @sa-es-ir  7 หลายเดือนก่อน

      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