MsalError.TenantDiscoveryFailedError 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.
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 foundMitigation
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