Microsoft Security | Microsoft Entra | Microsoft Entra ID
A cloud-based identity and access management service for securing user authentication and resource access
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
A cloud-based identity and access management service for securing user authentication and resource access
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.