MicrosoftIdentityAuthenticationBaseOptions.Tenant Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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