ClientApplicationBase.Authority Property

Definition

Gets the URL of the authority, or security token service (STS) from which MSAL.NET will acquire security tokens The return value of this property is either the value provided by the developer in the constructor of the application, or otherwise the value of the Microsoft.Identity.Client.ApplicationBase.DefaultAuthority static member (that is https://login.microsoftonline.com/common/)

public string Authority { get; }
member this.Authority : string
Public ReadOnly Property Authority As String

Property Value

Implements

Applies to