Custom domain issues

Hi,

I’m trying to setup a custom domain but it still redirects me to the standard dev-xxxx domain? The verification has been approved and I have talked to the AWS support that confirms that the CName redirect is working fine. Currently, all traffic that is going to login.mydomain.io is passed to the root (mydomain.io). The AWS support told me the following:

“So yes, the redirect is coming from the website dev-7jdgc7fy-cd-ha26vnlrxftvopkm.edge.tenants.eu.auth0.com telling the browser to go back to https://charlieapp.io/. So indeed, you would need to check the config at auth0.com to find where that redirect is being set”

What am I doing wrong? How do I fix this?

/Linus

Hi @linus1

Have you checked Configure Features to Use Custom Domains ?

You’ll also need to use the new custom domain in your authentication request. As an example, if you use one of Auth0’s SDKs, you’ll need to start the authentication request with your custom domain, as shown here: Configure Features to Use Custom Domains

3 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.