Skip to main content

Definition

Assembly: Microsoft.OData.Mcp.Authentication.dll Namespace: Microsoft.OData.Mcp.Authentication.Models Inheritance: System.Enum

Syntax

Microsoft.OData.Mcp.Authentication.Models.ScopeEnforcementBehavior

Summary

Defines the behavior when required scopes are missing.

Values

NameValueDescription
DenyAccess0Deny access to the operation or tool when required scopes are missing.
FilterTools1Filter out tools and operations that the user cannot access due to missing scopes.
LogOnly2Log the authorization decision but allow access even when scopes are missing.