Skip to content

Deep Dive into ASP Core Authorization

Anatoly Kulakov edited this page Dec 30, 2021 · 3 revisions

Raffaele Rialdi «Deep dive into the ASP.NET Core authorization framework»

Every request journey in a secured web application starts with the authentication process providing the essential information for authorizing the requests. The authorization process has been totally rewritten in ASP.NET Core to support the modern concepts of claim-based authorization based on the concept of policies.

During the session, after analyzing all the pieces that builds up the new authorization framework, we will see how to structure the resource-based authorization and analyze the different opportunities to filter database queries based on the effective permissions of the user.


Доклад представил Raffaele Rialdi в рамках Встречи SpbDotNet №45.

Слайды

Слайды

Видео

Видео

Clone this wiki locally