Important: The Ejento team will provide the exact values you must use. You will create six DNS records total:
3 Γ CNAME (one for Ejento Studio, one for Ejento Coworkers, one for the Authentication Service) and 3 Γ 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.comcoworkers.yourdomain.comidejento.yourdomain.comRecommendation: Use subdomains like ejento,coworkers, andidejento. 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 Studio (UI) | CNAME | <app-subdomain>.<yourdomain> | <ejento-ui-afd-endpoint>.azurefd.net | Auto |
| Ejento Studio (UI) Verification | TXT | _dnsauth.<app-subdomain>.<yourdomain> | <ui-verification-token> | Auto |
| Ejento Coworkers (UI) | CNAME | <coworkers-subdomain>.<yourdomain> | <ejento-coworkers-afd-endpoint>.azurefd.net | Auto |
| Ejento Coworkers (UI) Verification | TXT | _dnsauth.<coworkers-subdomain>.<yourdomain> | <coworkers-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 Studio (UI) | CNAME | ejento.yourdomain.com | ejento-ui-prod-12345.azurefd.net | Auto |
| Ejento Studio (UI) Verification | TXT | _dnsauth.ejento.yourdomain.com | ejento-domain-verification=UI_7f2a9bcd | Auto |
| Ejento Coworkers (UI) | CNAME | coworkers.yourdomain.com | ejento-coworkers-prod-54321.azurefd.net | Auto |
| Ejento Coworkers (UI) Verification | TXT | _dnsauth.coworkers.yourdomain.com | ejento-domain-verification=CW_a1b2c3d4 | Auto |
| Authentication Service | CNAME | idejento.yourdomain.com | ejento-auth-prod-67890.azurefd.net | Auto |
| Authentication Service Verification | TXT | _dnsauth.idejento.yourdomain.com | ejento-domain-verification=AUTH_e31c45da | Auto |
ejento.yourdomain.com, coworkers.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 six-record pattern from this guide.