Skip to main content
You can configure ACUL using the Auth0 Dashboard, Auth0 Management API, and Infrastructure-as-Code (IaC) tools. Each method modifies the same per-screen rendering configuration object.
To configure ACUL, make sure your custom configuration files and assets are hosted on a public CDN.
To understand the rendering configuration object and its properties, read ACUL Rendering Configuration Reference.

Auth0 Dashboard

You can use the Dashboard to customize your screens with ACUL: A. Navigate to Dashboard > Branding > Universal Login
  1. Select Customize authentication screens.
  2. Select a screen to customize.
  3. From Settings > Rendering mode select Advanced mode.
  4. (Optional) Select Use custom page template.
  5. (Optional) Select Advanced mode filters.
Auth0 Dashboard ACUL page
  1. Select Head Tags to add your own HTML Head Tags.
  2. (Optional) Select Additional Data to select which additional data to send to the browser.
Additional Data lets you add optional context data properties. For example: the opt-in context data from user.
B. Select Save & Publish.

Infrastructure-as-Code (IaC)

Configure ACUL with IaC tools, including:

Auth0 Management API

Use the Auth0 Management API endpoints to configure Universal Login screens individually or to update multiple screens with one API call. You must have Management API access token in the request. Individual screen configuration Bulk screen configuration