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

preview_player
Показать описание


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
Рекомендации по теме
Комментарии
Автор

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

kourosh
Автор

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

TysonGibby
Автор

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.

CentauriDK
Автор

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

klondikexx
Автор

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

panagiotischatzoglou
Автор

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

TechhMann
Автор

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

adam-xtte
Автор

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?

jorgepedraza
Автор

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

CRBarchager
Автор

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

oscarperez
Автор

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

oncalldev
Автор

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.

leonidkaruna
Автор

How is Authorization added to an existing Blazor app?

Don-iivm
Автор

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

amirameri
Автор

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

reprisal
Автор

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

alfonsdeda
Автор

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

arunbastin