Definition
Assembly: Microsoft.OData.Mcp.Authentication.dll Namespace: Microsoft.OData.Mcp.Authentication.Models Inheritance: System.EnumSyntax
Summary
Defines the behavior when required scopes are missing.Values
| Name | Value | Description |
|---|---|---|
DenyAccess | 0 | Deny access to the operation or tool when required scopes are missing. |
FilterTools | 1 | Filter out tools and operations that the user cannot access due to missing scopes. |
LogOnly | 2 | Log the authorization decision but allow access even when scopes are missing. |