Fix typo of word Policies (#2449)

pull/2450/head
Fabien 2016-12-28 21:57:04 +02:00 committed by Tom Dykstra
parent db52693bfc
commit f6b1023350
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Authorization is orthogonal and independent from authentication, which is the pr
## Authorization Types
In ASP.NET Core authorization now provides simple declarative [role](roles.md#security-authorization-role-based) and a [richer policy based](policies.md#security-authorization-policies-based) model where authorization is expressed in requirements and handlers evaluate a users claims against requirements. Imperative checks can be based on simple policies or polices which evaluate both the user identity and properties of the resource that the user is attempting to access.
In ASP.NET Core authorization now provides simple declarative [role](roles.md#security-authorization-role-based) and a [richer policy based](policies.md#security-authorization-policies-based) model where authorization is expressed in requirements and handlers evaluate a users claims against requirements. Imperative checks can be based on simple policies or policies which evaluate both the user identity and properties of the resource that the user is attempting to access.
## Namespaces