diff --git a/aspnetcore/security/authorization/policies.md b/aspnetcore/security/authorization/policies.md index ea3bdb74c917..fd9f88ecffc4 100644 --- a/aspnetcore/security/authorization/policies.md +++ b/aspnetcore/security/authorization/policies.md @@ -1,11 +1,12 @@ --- title: Policy-based authorization in ASP.NET Core +ai-usage: ai-assisted author: wadepickett description: Learn how to create and use authorization policy handlers for enforcing authorization requirements in an ASP.NET Core app. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 1/5/2023 +ms.date: 02/17/2026 uid: security/authorization/policies --- # Policy-based authorization in ASP.NET Core @@ -28,7 +29,7 @@ The primary service that determines if authorization is successful is is a marker service with no methods, and the mechanism for tracking whether authorization is successful. + is a marker interface with no methods, and the mechanism for tracking whether authorization is successful. Each is responsible for checking if requirements are met: