2016-10-29 01:35:15 +08:00
|
|
|
---
|
2017-07-01 07:47:15 +08:00
|
|
|
title: Authorization in ASP.NET Core
|
2016-10-29 01:35:15 +08:00
|
|
|
author: rick-anderson
|
2017-11-02 03:34:09 +08:00
|
|
|
description: This document serves as a table of contents for the various ASP.NET Core authorization topics.
|
2016-10-29 01:35:15 +08:00
|
|
|
ms.author: riande
|
|
|
|
manager: wpickett
|
|
|
|
ms.date: 10/14/2016
|
|
|
|
ms.topic: article
|
2016-11-17 08:24:57 +08:00
|
|
|
ms.technology: aspnet
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2016-10-29 01:35:15 +08:00
|
|
|
uid: security/authorization/index
|
|
|
|
---
|
2017-11-02 03:34:09 +08:00
|
|
|
# Authorization in ASP.NET Core: Simple, role, claims-based, and custom
|
2016-10-29 01:35:15 +08:00
|
|
|
|
|
|
|
* [Introduction](introduction.md)
|
|
|
|
|
2018-01-11 03:58:43 +08:00
|
|
|
* [Razor Pages authorization](xref:security/authorization/razor-pages-authorization)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-01-11 03:58:43 +08:00
|
|
|
* [Simple authorization](simple.md)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-01-11 03:58:43 +08:00
|
|
|
* [Role-based authorization](roles.md)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-01-11 03:58:43 +08:00
|
|
|
* [Claims-based authorization](claims.md)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-01-11 03:58:43 +08:00
|
|
|
* [Policy-based authorization](policies.md)
|
|
|
|
|
|
|
|
* [Dependency injection in requirement handlers](dependencyinjection.md)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2017-11-09 05:47:59 +08:00
|
|
|
* [Resource-based authorization](resourcebased.md)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2017-10-27 13:09:55 +08:00
|
|
|
* [View-based authorization](views.md)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
|
|
|
* [Limiting identity by scheme](limitingidentitybyscheme.md)
|