Auth0 Custom Domain Which Values Are Secrets

I’ve started using Custom Domains, which I have exported to the tenant.yaml file so I can see which values are required to deploy the Custom Domains. My question is this

  1. Why do I need to make a copy of the cname-api-key value ?
  2. Of the following, which need to be stored as secrets:
  • TXT RECORD
  • TXT CONTENT
  • origin_domain_name

Hi @Kieran.Hegarty.

Welcome to the Auth0 Community!

The cname-api-key is used as when configuring A Reverse Proxy. This is a secret.

The TXT values and the domain name (assuming these are the values you are getting from the dashboard Custom Domain setting page) are public DNS records. You can read more here: https://www.cloudflare.com/learning/dns/dns-records/dns-txt-record/.

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