TableClientOptions.EnableTenantDiscovery Property

Definition

Enables tenant discovery through the authorization challenge when the client is configured to use a TokenCredential. When true, the client will attempt an initial un-authorized request to prompt an OAuth challenge in order to discover the correct tenant for the resource.

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

Property Value

Applies to