Skip to main content

Availability varies by Auth0 plan

Both your specific login implementation and your Auth0 plan or custom agreement affect whether this feature is available. To learn more, read Pricing.
You can configure AWS CloudFront for use as the reverse proxy with names for your Auth0 tenant.
  1. Log in to AWS, and navigate to CloudFront.
  2. Click Create Distribution.
  3. You can choose the delivery method for your content. Click Get Started under the Web section.
  4. Configure your distribution settings. Here are the values you’ll need to change.
  5. Provide information on the Origin Custom Headers (the Header Name and Value fields appear only after you’ve provided an Origin Domain Name)
  6. Configure the Default Cache Behavior Settings. Here are the values you’ll need to change
  7. Scroll to the bottom of the page and click Create Distribution. You’ll see your newly-created distribution in your CloudFront Distributions list. Note that the Status will reflect In progress until the distribution is Deployed.
  8. Add a new CNAME record to your DNS for your custom domain pointing to the CloudFront Domain Name for your Distribution. This can be found by clicking on your Distribution ID, under the General tab, Domain Name (for example, e2zwy42nt1feu7.cloudfront.net). You can also use an Alias record if Route 53 is configured for your domain.

Learn more