Share via


MicrosoftIdentityApplicationOptions.Authority Property

Definition

Gets or sets the Authority to use when making OpenIdConnect calls. By default the authority is computed from the Instance and TenantId properties, by concatenating them, and appending "v2.0". If your authority is not an Azure AD authority, you can set it directly here.

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

Property Value

Applies to