MicrosoftIdentityAuthenticationBaseOptions.Tenant Property

Definition

[Optional] tenant ID. This is used for specific scenarios where the application needs to call a downstream web API on behalf of a user in several tenants. It would mostly be used from code, not from the configuration.

public string? Tenant { get; set; }
member this.Tenant : string with get, set
Public Property Tenant As String

Property Value

Applies to