2016-10-29 01:35:15 +08:00
|
|
|
---
|
2016-11-17 08:24:57 +08:00
|
|
|
title: Authorization | Microsoft Docs
|
2016-10-29 01:35:15 +08:00
|
|
|
author: rick-anderson
|
|
|
|
ms.author: riande
|
|
|
|
manager: wpickett
|
|
|
|
ms.date: 10/14/2016
|
|
|
|
ms.topic: article
|
|
|
|
ms.assetid: 1abd456b-2199-4ba3-9698-3241e0bd4afc
|
2016-11-17 08:24:57 +08:00
|
|
|
ms.technology: aspnet
|
2016-10-29 01:35:15 +08:00
|
|
|
ms.prod: aspnet-core
|
|
|
|
uid: security/authorization/index
|
|
|
|
---
|
|
|
|
# Authorization
|
|
|
|
|
|
|
|
* [Introduction](introduction.md)
|
|
|
|
|
|
|
|
* [Simple Authorization](simple.md)
|
|
|
|
|
|
|
|
* [Role based Authorization](roles.md)
|
|
|
|
|
|
|
|
* [Claims-Based Authorization](claims.md)
|
|
|
|
|
|
|
|
* [Custom Policy-Based Authorization](policies.md)
|
|
|
|
|
|
|
|
* [Dependency Injection in requirement handlers](dependencyinjection.md)
|
|
|
|
|
|
|
|
* [Resource Based Authorization](resourcebased.md)
|
|
|
|
|
|
|
|
* [View Based Authorization](views.md)
|
|
|
|
|
|
|
|
* [Limiting identity by scheme](limitingidentitybyscheme.md)
|
|
|
|
|
|
|
|
* [🔧 Authorization Filters](authorization-filters.md)
|