MsalError.InvalidAuthority Field

Definition

Invalid authority

What happens

When the library attempts to discover the authority and get the endpoints it needs to acquire a token, it got an un-authorize HTTP code or an unexpected response

remediation

Check that the authority configured for the application, or passed on some overrides of token acquisition tokens supporting authority override is correct
public const string InvalidAuthority;
val mutable InvalidAuthority : string
Public Const InvalidAuthority As String 

Field Value

Applies to