Тёмный

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

Patrick God
Подписаться 63 тыс.
Просмотров 3,4 тыс.
50% 1

🚀 Join the .NET Web Academy: learn.dotnetwebacademy.com
💖 Support me on Patreon for exclusive source code access: / _patrickgod
🐦 Let's get social on Twitter/X: / _patrickgod
🔗 Let's connect on LinkedIn: / patrickgod
🚀 Get the .NET 8 Web Dev Jump-Start Course for FREE: dotnet8.patrickgod.com
00:00 Create a New Project
03:03 Apply Migrations
04:41 Database & Identity Implementations Overview
09:57 Implement Authorization with Roles
#DotNet #Blazor #AspNetCore

Опубликовано:

 

4 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 17   
@TysonGibby
@TysonGibby 2 дня назад
YES! Please do a video on adding additional profile data on the ApplicationUser class. Also using the RoleManager
@kourosh234
@kourosh234 10 дней назад
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...
@panagiotischatzoglou7249
@panagiotischatzoglou7249 7 дней назад
Very nice video Patrick. Can you please make a video for creating roles?
@oscarperez9492
@oscarperez9492 10 часов назад
NIce tutorial! Could you explain us how to enable Roles in Client-side apps?
@CentauriDK
@CentauriDK 9 дней назад
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.
@adam-xt8te
@adam-xt8te 10 дней назад
Dear Patrick, maybe you'll update your Blazor WASM tutorial at Udemy? Current one is about .NET5
@CRBarchager
@CRBarchager 9 дней назад
Thank you for the update. Do you have any videos with authentication against (local) Active Directory?
@jorgepedraza1275
@jorgepedraza1275 9 дней назад
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 it is fixed?
@TechhMann
@TechhMann 8 дней назад
Perfect! This is exactly what i've been looking for
@4haay
@4haay 2 дня назад
Please do the same for Maui
@leonidkaruna2744
@leonidkaruna2744 8 дней назад
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.
@Don-ii4vm
@Don-ii4vm 9 дней назад
Excellent video. Thanks.
@reprisal0
@reprisal0 8 дней назад
What about Kerberos and a local Active Directory for an Intranet that's locally hosted?
@amirameri1354
@amirameri1354 9 дней назад
Great video. If i want added API controller to this app then how can I authorized it?
@alfonsdeda8912
@alfonsdeda8912 9 дней назад
Hi, how can i do a single sign on Page with blazor and share login variables with multiple blazor apps?
@Don-ii4vm
@Don-ii4vm 9 дней назад
How is Authorization added to an existing Blazor app?
@arunbastin2990
@arunbastin2990 9 дней назад
Create blazor large projects that includes reportsgeneration,dashboard,charts and authentication in udemy