Custom domain is still pending verification
It can take up to 48 hours for the DNS to be propagated.- If you continue to see this error in the Dashboard, ensure that the CNAME record is properly configured in your domain management service. You can confirm the configuration of your CNAME record using:
- Ensure that the domain name is not already associated with an A record.
- Ensure that no errors were made when typing or copying the CNAME recordâs domain name or value.
Cloudflare CNAME flattening
Auth0 recommends turning off CNAME flattening unless itâs strictly necessary, according to the Cloudflare documentation, Understand and configure CNAME flattening. CNAME flattening for Auth0 managed certificates is an unsupported configuration and as such may cause the custom domain to break without notice if CNAME flattening is enabled.
âYou should not be hitting this endpointâ
If you see this error when configuring a custom domain, you must perform additional configurations, which varies depending on your setup. To learn more, see Configure Features to Use Custom Domains.âService not foundâ
If your application issues an/authorize request with audience=https://login.northwind.com/userinfo, the server will return a Service not found: https://login.northwind.com/userinfo error. This is because even if you set a custom domain the API identifier for the /userinfo endpoint remains https://{yourOriginalAuth0Domain}/userinfo.
Similarly, using your custom domain in calls to the Auth0 Management API will error for the same reason.
To fix this your app should instead use audience=https://{yourOriginalAuth0Domain}/userinfo. You can also remove this audience=[...]/userinfo parameter altogether if your application is flagged as OIDC-Conformant in the OAuth2 tab of the applicationâs Advanced Settings.
Errors related to Internet Explorer
If you are using Internet Explorer, you may see any of the following error messages:- âNo verifier returned from clientâ
- âOrigin header requiredâ
- âFailed cross origin authenticationâ
- Go to Internet Options > Security.
- Select the Local Intranet Zone tab and go to Sites > Advanced. Add your domain.
- Return to the Security tab, and make sure the proper zone has been selected.
- Click Custom Level and look for Access data sources across domains under the Miscellaneous section. Check the radio button next to Enable.