Live Coding OAuth using OpenIddict and .NET

Sdílet
Vložit
  • čas přidán 18. 06. 2024
  • andreyka26.com/
    OAuth implementation using OpenIddict and .NET
    Git: github.com/andreyka26-git?tab...
    00:00-01:30 - preparations
    01:30-08:00 - OAuth OpenId Connect docs overview
    08:00-21:10 - Authorization Server backend impl
    21:10-24:30 - Authentication is not OAuth?
    24:30-56:01 - Authorization Server backend impl
    56:01-01:10:00 - Authorization Server Login page
    01:10:00-01:22:08 - Authorization Server Client Seeding
    01:22:08-01:36:00 - Authorization Server Consent page
    01:36:00-02:01:40 - Authorization Server finishing impl
    02:01:40-02:21:30 - Resource Server impl
    02:21:30-02:40:00 - Testing + DEMO
  • Věda a technologie

Komentáře • 26

  • @jozzzward
    @jozzzward Před 10 měsíci +1

    Невероятно классный и полезный стрим, таких и вправду мало, особенно с двумя сервисами! Очень приятно наблюдать как работает профессионал так еще и под приятную музыку))) Спасибо большое!

  • @curtisbarrett2960
    @curtisbarrett2960 Před rokem +3

    I'm in charge of replacing our old Identity Server 4 authorization server with something else. Thank you so much for taking the time to make this video. Greatly appreciate you.

    • @PelFox
      @PelFox Před 4 měsíci

      How did it go? Openiddict look minimal compared to IDS4, so you have to implement everything yourself including single sign out.

  • @domenicolangone9845
    @domenicolangone9845 Před 7 měsíci

    Thank you! Thank you very much for the detailed explanation

  • @imadyousef3451
    @imadyousef3451 Před rokem +4

    As you said, the documentation of the OpenIddict is not clear, especially to me as a beginner with OAuth and OpenId Connect😓. This is the only video I could find on the whole internet. Thanx for your fantastic work, and I wish you could do another one with the BFF pattern and a react Client.

    • @andreyka26_se
      @andreyka26_se  Před rokem +1

      Thank you, in plans Open Id Connect implementation, then React client, then will take a look)

  • @ironjack2994
    @ironjack2994 Před 9 měsíci

    Андрейка просто красавец 10в10, видео пушка, проверяйте

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

    TOP 👏👏👏👏

  • @nazarsvytak5756
    @nazarsvytak5756 Před rokem

    I like background music.

  • @user-so1dv8jl8k
    @user-so1dv8jl8k Před 10 měsíci +1

    Can you share the code. I dont see it on your git repo. Thank you!

  • @daniel-peiro
    @daniel-peiro Před 2 měsíci

    720p?

    • @andreyka26_se
      @andreyka26_se  Před 2 měsíci +1

      did manage to, obs and nonexistence of experience

  • @tedchirvasiu
    @tedchirvasiu Před rokem +3

    OpenIDick't

  • @sureshc4939
    @sureshc4939 Před rokem

    Can you please shart the code?

    • @andreyka26_se
      @andreyka26_se  Před rokem

      sure, git repo in the desc

    • @sureshc4939
      @sureshc4939 Před rokem

      @@andreyka26_se Thank You. Is this a Single Sign On (SSO) implementation using OpenIddict?

    • @andreyka26_se
      @andreyka26_se  Před rokem

      @@sureshc4939 I would say yes, with opened connect + oauth - you are creating single point of authentication and authorization - so probably yes

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

    Very nice video u have made. I am a very amateur in this area. I am trying to create a web app: Backend api server, identity server and a react app. This react app need to login to server through identity server first before going to backend api server. I went to your blog "JWT authentication and authorization using .NET and React". This looks very useful. Where is the authorization come into play?

  • @yogireddy9450
    @yogireddy9450 Před 11 měsíci

    I got confused lot before this video, it is very helpful, but In my case don't want to use cookies, may i know to use openiddictaspnetcoredefaults.authentiauthenticationscheme instead of cookieauthenticatedefaults