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
|
2016-11-18 04:13:02 +08:00
|
|
|
description:
|
|
|
|
keywords: ASP.NET Core,
|
2016-10-29 01:35:15 +08:00
|
|
|
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
|
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-01-24 03:42:08 +08:00
|
|
|
# Authorization in ASP.NET Core : Simple, role, claims-based and custom
|
2016-10-29 01:35:15 +08:00
|
|
|
|
|
|
|
* [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)
|