MsalError.TenantDiscoveryFailedError Field

Definition

Tenant discovery failed.

What happens?

While reading the OpenId configuration associated with the authority, the Authorize endpoint, or Token endpoint, or the Issuer was not found

Mitigation

This indicates and authority which is not Open ID Connect compliant. Specify a different authority in the constructor of the application, or the token acquisition override ///
public const string TenantDiscoveryFailedError;
val mutable TenantDiscoveryFailedError : string
Public Const TenantDiscoveryFailedError As String 

Field Value

Applies to