Skip to main content

Documentation Index

Fetch the complete documentation index at: https://easyaf.dev/llms.txt

Use this file to discover all available pages before exploring further.

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.