MsalError.InvalidAuthority Field
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.
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 responseremediation
Check that the authority configured for the application, or passed on some overrides of token acquisition tokens supporting authority override is correctpublic const string InvalidAuthority;
val mutable InvalidAuthority : string
Public Const InvalidAuthority As String