MsalError.MissingPassiveAuthEndpoint Field

Definition

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 correct
public const string MissingPassiveAuthEndpoint;
val mutable MissingPassiveAuthEndpoint : string
Public Const MissingPassiveAuthEndpoint As String 

Field Value

Applies to