AuthenticationResultMetadata.TokenEndpoint Property

Definition

The token endpoint used to contact the Identity Provider (e.g. Azure Active Directory). Can be null, for example when the token comes from the cache.

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

Property Value

Remarks

This may be different from the endpoint you'd infer from the authority configured in the application object: - if regional auth is used. - if AAD instructs MSAL to use a different environment. - if the authority or tenant is overridden at the request level. - during a refresh_token operation, when MSAL must resolve "common" and "organizations" to a tenant ID.

Applies to