Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,273 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This code used to work, but now we are receiving IDX20807 exception when running from our local machine. It does work on App Service.
string stsDiscoveryEndpoint = $"https://{domain}.b2clogin.com/{domain}.onmicrosoft.com/{policy}/v2.0/.well-known/openid-configuration";
ConfigurationManager
Glad that you were able to quickly resolve your issue @Carol Lai .
You were receiving an IDX20807 exception from your local machine when connecting to your B2C AD tenant. You were able to resolve your issue by using TLS 1.2.