MsalError.MissingPassiveAuthEndpoint 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.
No passive auth endpoint was found in the OIDC configuration of the authority
What happens?
When the libraries go to the authority and get its open id connect configuration it expects to find a Passive Auth Endpoint entry, and could not find it.remediation
Check that the authority configured for the application, or passed on some overrides of token acquisition tokens supporting authority override is correctpublic const string MissingPassiveAuthEndpoint;
val mutable MissingPassiveAuthEndpoint : string
Public Const MissingPassiveAuthEndpoint As String