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.TokenForwardingStrategy

Summary

Defines the strategies for forwarding tokens to downstream services.

Values

NameValueDescription
PassThrough0Forward the original token without modification.
Exchange1Exchange the token for a new one using OAuth2 token exchange.
OnBehalfOf2Use OAuth2 on-behalf-of flow to obtain a token for the downstream service.