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

Поделиться
HTML-код
  • Опубликовано: 18 окт 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 Месяц назад

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

  • @TysonGibby
    @TysonGibby 3 месяца назад +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.

  • @klondikexx2831
    @klondikexx2831 Месяц назад +1

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

  • @TechhMann
    @TechhMann 3 месяца назад

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

  • @CRBarchager
    @CRBarchager 3 месяца назад +1

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

  • @panagiotischatzoglou7249
    @panagiotischatzoglou7249 3 месяца назад +1

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

  • @Don-ii4vm
    @Don-ii4vm 3 месяца назад +1

    Excellent video. Thanks.

  • @adam-xt8te
    @adam-xt8te 3 месяца назад +3

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

  • @oncalldev
    @oncalldev 2 месяца назад +1

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

    • @PatrickGod
      @PatrickGod  2 месяца назад

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

  • @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?

  • @amirameri1354
    @amirameri1354 3 месяца назад

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

  • @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.

  • @oscarperez9492
    @oscarperez9492 3 месяца назад

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

  • @Don-ii4vm
    @Don-ii4vm 3 месяца назад +1

    How is Authorization added to an existing Blazor app?

  • @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?

  • @4haay
    @4haay 3 месяца назад

    Please do the same for Maui

  • @arunbastin2990
    @arunbastin2990 3 месяца назад +1

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