Authorization using Roles with Blazor & Identity in .NET 8 🔐

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

КОМЕНТАРІ • 22

  • @kourosh234
    @kourosh234 3 місяці тому +25

    I wished you could go a little bit deeper than hello world stuff. many companies want a microservice architecture behind the identity service. it means a lot of subjects that no one talks about. like forwarding jwt token from a service to another, putting token in cookie or local storage, parsing token, etc...

    • @mynameisshadywhat
      @mynameisshadywhat 12 днів тому

      You can find that information from some content creators but it's usually locked behind a paid course.

  • @panagiotischatzoglou7249
    @panagiotischatzoglou7249 3 місяці тому +1

    Very nice video Patrick. Can you please make a video for creating roles?

  • @adam-xt8te
    @adam-xt8te 3 місяці тому +3

    Dear Patrick, maybe you'll update your Blazor WASM tutorial at Udemy? Current one is about .NET5

  • @CRBarchager
    @CRBarchager 3 місяці тому +1

    Thank you for the update. Do you have any videos with authentication against (local) Active Directory?

  • @leonidkaruna2744
    @leonidkaruna2744 3 місяці тому

    That's all well and good, but you don't always need an authorization process with a full page reload cycle. To me, within the Blazor application, this looks like an oversight.
    I've been creating custom authorizations using Local Storage as an alternative. But there are problems with the use of the [Authorize] attribute there.
    I would like to see a complete authentication and authorization process on the client side in an SSR application.

  • @jorgepedraza1275
    @jorgepedraza1275 3 місяці тому +2

    I have a question: A Blazor Web App with Authentication (Individual Account) by default from VS 2022. During execution, certain warnings and errors appear in the browser console. Why and How to fix it?

  • @oncalldev
    @oncalldev Місяць тому +1

    Always enjoy your videos. Any thought about a tutorial that sets up and uses Auth0 by Okta for authentication/authorization?

    • @PatrickGod
      @PatrickGod  Місяць тому

      Thank you so much. ❤️ Will have a look into Auth0. It seems there is a high demand. So stay tuned. 😊

  • @TysonGibby
    @TysonGibby 2 місяці тому +3

    YES! Please do a video on adding additional profile data on the ApplicationUser class. Also using the RoleManager

  • @CentauriDK
    @CentauriDK 3 місяці тому +3

    Thanks for the greate wideo. I would really apriciate a follow up video on creating your own user class for additional user fields as you mention in the video. So hope that will come one day.

  • @Don-ii4vm
    @Don-ii4vm 3 місяці тому +1

    How is Authorization added to an existing Blazor app?

  • @klondikexx2831
    @klondikexx2831 Місяць тому +1

    Good stuff. Keep it coming. Maybe a Todo CRUD video with authentication

  • @arunbastin2990
    @arunbastin2990 3 місяці тому +1

    Create blazor large projects that includes reportsgeneration,dashboard,charts and authentication in udemy

  • @oscarperez9492
    @oscarperez9492 2 місяці тому

    NIce tutorial! Could you explain us how to enable Roles in Client-side apps?

  • @Don-ii4vm
    @Don-ii4vm 3 місяці тому +1

    Excellent video. Thanks.

  • @reprisal0
    @reprisal0 3 місяці тому

    What about Kerberos and a local Active Directory for an Intranet that's locally hosted?

  • @alfonsdeda8912
    @alfonsdeda8912 3 місяці тому

    Hi, how can i do a single sign on Page with blazor and share login variables with multiple blazor apps?

  • @amirameri1354
    @amirameri1354 3 місяці тому

    Great video. If i want added API controller to this app then how can I authorized it?

  • @TechhMann
    @TechhMann 3 місяці тому

    Perfect! This is exactly what i've been looking for

  • @4haay
    @4haay 2 місяці тому

    Please do the same for Maui