Hi,
We're experience an issue with an app hosting in Azure App Service (S1) with our SSO login (OAuth2/OIDC), whereby the remote certificate is not trusted.
When attempting to reach the well-known configuration endpoint of the authorization server, we get the error "The SSL connection could not be established, see inner exception. The remote certificate is invalid according to the validation procedure".
The remote certificate is issued by "Go Daddy Secure Certificate Authority - G2", which is the same issuer as the certificate used by our app running in Azure App Services and purchased through Azure.
Checking the root CA's list for app services, I can see that "Go Daddy Secure Certificate Authority - G2" is not present.
As we're not running on an isolated plan, we can't add custom certificates - though this isn't desirable anyway.
The list of trusted root CA's appears to be a vastly trimmed down version of the Microsoft Trusted Root Certificate Program, which doe sinclude GoDaddy Root Certificate Authority - G2.
Why do these lists differ, and is there anything can we do to resolve this, or better yet, to get those lists in sync?
