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
|
2018-02-20 23:18:46 +08:00
|
|
|
description: Discover ASP.NET Core authorization topics that explain how to provide rights and privileges to app users.
|
2016-10-29 01:35:15 +08:00
|
|
|
manager: wpickett
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2018-02-20 23:18:46 +08:00
|
|
|
ms.custom: mvc
|
|
|
|
ms.date: 02/19/2018
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.technology: aspnet
|
|
|
|
ms.topic: article
|
2016-10-29 01:35:15 +08:00
|
|
|
uid: security/authorization/index
|
|
|
|
---
|
|
|
|
|
2018-02-20 23:18:46 +08:00
|
|
|
# Authorization in ASP.NET Core
|
|
|
|
|
|
|
|
* [Introduction](xref:security/authorization/introduction)
|
|
|
|
|
|
|
|
* [Create an app with user data protected by authorization](xref:security/authorization/secure-data)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
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-02-20 23:18:46 +08:00
|
|
|
* [Simple authorization](xref:security/authorization/simple)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-02-20 23:18:46 +08:00
|
|
|
* [Role-based authorization](xref:security/authorization/roles)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-02-20 23:18:46 +08:00
|
|
|
* [Claims-based authorization](xref:security/authorization/claims)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-02-20 23:18:46 +08:00
|
|
|
* [Policy-based authorization](xref:security/authorization/policies)
|
2018-01-11 03:58:43 +08:00
|
|
|
|
2018-05-08 04:09:51 +08:00
|
|
|
* [Custom authorization policy providers](xref:security/authorization/iauthorizationpolicyprovider)
|
|
|
|
|
2018-02-20 23:18:46 +08:00
|
|
|
* [Dependency injection in requirement handlers](xref:security/authorization/dependencyinjection)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-02-20 23:18:46 +08:00
|
|
|
* [Resource-based authorization](xref:security/authorization/resourcebased)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-02-20 23:18:46 +08:00
|
|
|
* [View-based authorization](xref:security/authorization/views)
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-02-20 23:18:46 +08:00
|
|
|
* [Authorize with a specific scheme](xref:security/authorization/limitingidentitybyscheme)
|