Deploy Customized Universal Login Page with Auth0 Deploy CLI

Problem statement

There is a need to customize the Universal Login Page using the Liquid template language before deploying it with the Auth0 Deploy CLI. This article explains where to make the customization.

Solution

Make the script change in the universal_login.html file, which is under the branding_template folder of the export folder.

The tenant.yaml file specifies the location of the template.

Related Resources