Unable to configure OIDC Identity Provider when using OIDC Metadata UrlIssue The following error occurs when creating an OIDC Identity Provider record in Filter Navigator -> Multi-Provider SSO -> Identity Providers when using the OIDC Metadata Url: "No response received from openId connect url=https://xxx.domain.com/openid-configuration: no thrown error"CauseThe ssl certificate that the openid-configuration url is using, may not be passing the OCSP check. Node logs display a similar error below: SEVERE *** ERROR *** Error while getting response from url= https://xxx.domain.com/.well-known/openid-configurationorg.apache.commons.httpclient.HttpException: No issuer certificate found for xxx.domain.comat com.glide.communications.GlideSSLProtocolSocketFactory.validateEndpoint(GlideSSLProtocolSocketFactory.java:315)at com.glide.communications.GlideSSLProtocolSocketFactory.createSocket(GlideSSLProtocolSocketFactory.java:291)at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:711) Workaround Disable the revoked certificate validation system property. When disabled, you should be able to configure the OIDC Identity Provider. Below is the documentation that explains more in detail: Revoked certificate verification NOTE: This creates a security risks since the ServiceNow instance will not verify if certificates used between SN and vendors are valid. Please use this workaround only in sub-production environments under controlled conditions. ResolutionGo to the ssl labs site and confirm that the certificate being used on https://xxx.domain.com/openid-configuration url is valid. https://www.ssllabs.com/ssltest/analyze.html Ex. https://www.ssllabs.com/ssltest/analyze.html?d=xxx.domain.com&latest The results will display the issue with the certificate. The results can be used to obtain a new certificate that passes the OCSP check. Once the new certificate is obtained and applied to the OIDC server, you should be successful in configuring their OIDC Identity Provider record. If the certificate is valid and you are still running into the error, please make sure that you are able to access to https://ocsp.entrust.net from your ServiceNow Instance.Related LinksBelow is an image of a successful ssl labs result.