Share via


WorkloadIdentityCredentialOptions.IsAzureProxyEnabled Property

Definition

Enables Azure Kubernetes token proxy mode to work around Entra's limit on federated identity credentials. When enabled and proxy configuration environment variables are set, requests are sent to the AKS proxy instead of directly to Entra ID. This feature is not supported when using DefaultAzureCredential.

public bool IsAzureProxyEnabled { get; set; }
member this.IsAzureProxyEnabled : bool with get, set
Public Property IsAzureProxyEnabled As Boolean

Property Value

Applies to