Important: The Ejento team will provide the exact values you must use. You will create four DNS records total:
2 × CNAME (one for the Ejento App, one for the Authentication Service) and 2 × TXT (one verification record for each).
💡 Note: The following steps are to be completed after deployment is initiated — please finish the deployment process before proceeding.
ejento.yourdomain.comidejento.yourdomain.comRecommendation: Use subdomains like ejentoandidejento. Avoid using the apex/root domain unless your DNS provider supports ALIAS/ANAME/flattening at apex.
<> with values from the Ejento team.| Purpose | Type | Host / Name | Target / Value | TTL |
|---|---|---|---|---|
| Ejento App (UI) | CNAME | <app-subdomain>.<yourdomain> | <ejento-ui-afd-endpoint>.azurefd.net | Auto |
| Ejento App (UI) Verification | TXT | _dnsauth.<app-subdomain>.<yourdomain> | <ui-verification-token> | Auto |
| Authentication Service | CNAME | <auth-subdomain>.<yourdomain> | <ejento-auth-afd-endpoint>.azurefd.net | Auto |
| Authentication Service Verification | TXT | _dnsauth.<auth-subdomain>.<yourdomain> | <auth-verification-token> | Auto |
Notes Host/Name may be entered as just the label at some providers (e.g., ejentoor_dnsauth.ejento). The provider will append your domain automatically.If using Cloudflare, set CNAME Proxy status = DNS only
ejento.yourdomain.com)This is an example only. Do not use these values—Ejento will share your real endpoints and tokens.
| Purpose | Type | Host / Name | Target / Value | TTL |
|---|---|---|---|---|
| Ejento App (UI) | CNAME | ejento.yourdomain.com | ejento-ui-prod-12345.azurefd.net | Auto |
| Ejento App (UI) Verification | TXT | _dnsauth.ejento.yourdomain.com | ejento-domain-verification=UI_7f2a9bcd | Auto |
| Authentication Service | CNAME | auth.yourdomain.com | ejento-auth-prod-67890.azurefd.net | Auto |
| Authentication Service Verification | TXT | _dnsauth.auth.yourdomain.com | ejento-domain-verification=AUTH_e31c45da | Auto |
ejento.yourdomain.com, idejento.yourdomain.com).Not listed? Search your provider’s help center for “Add CNAME record” and “Add TXT record,” then follow the same four-record pattern from this guide.