ASP.NET Core Identity Management Guide (.NET 7 Minimal Apis C#)

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 41

  • @mionel237
    @mionel237 Рік тому +5

    with the logo right behind you above your head, you look like a bunny who has beared with holy light circle around his head like a saint explaining authentication. yeah it sounds weird but i saw it and i cannot put it outside my head now. great work!

  • @robsonfaxas6574
    @robsonfaxas6574 Рік тому +6

    Now you won't take days to film thousands of videos to explore the full identity framework, I'm getting forced to sign to Rider IDE to research everything inside Identity by my own :)
    Thanks for the awesome explanation! You're the best (I'm not exaggerating in my compliment, you're really the best by far).

  • @ricardothomas3779
    @ricardothomas3779 2 роки тому +2

    Thank you Anton👍🏽
    Keep up the great work!

  • @houssemlefkir8505
    @houssemlefkir8505 Рік тому +1

    just love what are you doing here!

  • @veec1539
    @veec1539 2 роки тому +2

    Can't unsee the background anymore

  • @predigr
    @predigr 9 місяців тому

    Great video, thank you for sharing your expertise and suggestions. I am wondering if you have some video where you provide some kind of way to use roles that have "permissions" attached to them. In that way, authorization is simple, scalable and maintainable. You simply assing roles to a user and configure each role with a set of permissions that are configurable. It seems Identity is not the best way for such usage.

  • @FancyRecoder
    @FancyRecoder 2 роки тому +2

    thanks for sharing your knowledge

  • @ajayraval8738
    @ajayraval8738 2 роки тому +2

    Great work, love watching your videos.❤

  • @JoonhwanLee
    @JoonhwanLee 2 роки тому +1

    Oh. You never disappoint me. always. Thanks

  • @jp2code
    @jp2code Рік тому +3

    So lost on this one. I really don't even know where to begin. I gave up around the 5 minute mark when you started talking about needing the ClaimsPrincipal. I've never done authentication before, and Core 7 seems to think this is 2nd nature to everyone by now.

    • @RawCoding
      @RawCoding  Рік тому +2

      Link to the playlist is in the description, start with the 1st episode

  • @EgorUshakov
    @EgorUshakov Рік тому +2

    Base64 contains slash character ('/') which can lead to DirectoryNotFoundException for some usernames

  • @jaydev1263
    @jaydev1263 2 роки тому +1

    awesome stuff as usual

  • @1dfe-4e68-bd9f
    @1dfe-4e68-bd9f 2 роки тому +1

    Awesome as always. thanks bro!😉

  • @md.redwanhossain6288
    @md.redwanhossain6288 5 місяців тому

    One question, when using docker, the DPAPI key needs to be saved in the DB. The secret key stores as plain text. To encrypt it, the MS docs says I need an certificate. I wonder if it is possible to use AES encryption to encrypt that key? This will make the stuff very simple.

  • @fredyjimenez4853
    @fredyjimenez4853 2 роки тому +1

    Great content!!

  • @DashLiu
    @DashLiu Рік тому

    very impresive!

  • @octaviandobre
    @octaviandobre 2 роки тому

    Very nice video. Good stuff.

  • @meetingattender8132
    @meetingattender8132 2 роки тому +1

    This guy rocks

  • @NemesisA5
    @NemesisA5 Рік тому

    Quick question, do you know what are the benefits of using Identity instead of Keycloack ?

  • @abielkiflu1845
    @abielkiflu1845 Рік тому

    Thank you Anton, I like your content. However I have one question. I tried to use authentication without using the default Identity Model. VerifyHashedPassword is returning failed even though every thing is correct.

  • @user-iq334
    @user-iq334 Рік тому

    Great videos.

  • @leonid_konoplin
    @leonid_konoplin Рік тому

    thank you!

  • @drhdev
    @drhdev Рік тому +1

    When you promoted the user why didn’t you refresh their cookie too instead of making them log out?

    • @RawCoding
      @RawCoding  Рік тому

      The point is that we promoted ourselves, we cannot promote someone else and force a cookie in to their browser so they need to re login.

  • @ragnadrok7
    @ragnadrok7 9 місяців тому

    how to configure signin manager with a default auth scheme ? It's always using application scheme by default even though I provide default scheme via addAuthentication(defaultScheme)

    • @RawCoding
      @RawCoding  9 місяців тому

      Use authentication method

  • @ivandrofly
    @ivandrofly Рік тому

    You are a beast

  • @lasindunuwanga5292
    @lasindunuwanga5292 6 місяців тому

    Identity framework does tie you with EF and MS SQL Server. I would appreciate a video showing the does not promote that tieing.

    • @md.redwanhossain6288
      @md.redwanhossain6288 5 місяців тому

      Thats not true. you can use any db supported by EF. In rider, the default DB is Sqlite with identity.

    • @lasindunuwanga5292
      @lasindunuwanga5292 5 місяців тому

      @@md.redwanhossain6288 Developers mostly end up with MS SQL Server because its provider always supports the latest EF. Other take time to adopt

  • @lflewwelling2
    @lflewwelling2 Рік тому

    This was using Duende Identity Server or not?

  • @ivandrofly
    @ivandrofly Рік тому

    15:05 IdentityFramework

  • @octaviandobre
    @octaviandobre 2 роки тому

    First!