Главная
Study mode:
on
1
Intro
2
Super-quick intro to ASP.NET Core identity
3
The limitations of the current roles-based system
4
Replacement of Roles-based system - overview
5
The Role ToPermissions entity class
6
Data level authorization
7
Data authorization example: personal data
8
Data authorization implementation: DbContext
9
The end (useful links)
Description:
Explore a practical approach to implementing complex security and identity features in ASP.NET Core and Entity Framework Core. Delve into the journey of building a large-scale, multi-tenant web application with intricate user permission rules. Learn how to design and implement both feature-level and data-level authorization, overcoming the limitations of traditional roles-based systems. Discover techniques for controlling access to Web APIs, pages, and specific data sets. Gain insights into creating a custom Role ToPermissions entity class, implementing data-level authorization for personal information, and integrating these security measures within a DbContext. Acquire valuable knowledge on enhancing application security and managing user permissions effectively in ASP.NET Core projects.

A Practical Look at Security and Identity in ASP.NET Core and Entity Framework Core

NDC Conferences
Add to list