Best Practice
Almost all applications need Internationalization and/or Localization in one form or another. Auth0 makes it easy to add, but you need to account for it up front: retro-fitting localization, for example, can be a painful process if left too late.- Do you need to brand your login page?
- Do you need to localize your login page?
- How can you customize emails so that they’re not just branded, but vary based on user preference?
- How will users know that they’re still on your domain when they see your login page?
- What do you need to do to provide additional browser security (e.g., implement Extended Validation)?
- Where do you want to direct users in the event of errors?
Best Practice
To provide helpful resources for users who experience problems, you should also configure a friendly name and a logo, as well as provide the support email address and URL for your organization. To learn how, see Dashboard Tenant Settings.Universal login and login pages
Universal Login is the recommended method for authenticating users, and it centers around use of the Login page. You can customize the Login page to support your organization’s branding requirements.Best Practice
If you choose to customize the Universal Login page script, we strongly recommend that you make use of version control. To do this, you should deploy the script to your Auth0 tenant via deployment automation or via one of the alternative strategies.Custom domain naming
By default, the URL associated with your tenant will include its name and possibly a region-specific identifier. For example, tenants based in the US have the a URL similar tohttps://example.auth0.com
while those based in Europe have something that is of the fashion https://example.eu.auth0.com
. A Custom Domain offers a way of providing your users with a consistent experience by using a name that’s consistent with your organization’s brand.
Only one custom Domain Name can be applied per Auth0 Tenant, so if you absolutely must have independent domain name branding then you will require an architecture where multiple Auth0 Tenants are deployed to production.
Email template customization
Auth0 makes extensive use of email to provide both user notifications and to drive the functionality needed for secure identity management (for example, email verification, account recovery, and brute force protections), and Auth0 provides a number of templates for these.Before customizing email templates, please set up your Email Provider.