Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 universal-login customize

Customize your Universal Login Experience. Note that this requires a custom domain to be configured for the tenant.

  • Standard mode is recommended for creating a consistent, branded experience for users. Choosing Standard mode will open a webpage in your browser where you can edit and preview your branding changes. For a comprehensive list of editable parameters and their values, please visit the Management API documentation: https://auth0.com/docs/api/management/v2

⚠️ DEPRECATION NOTICE: Advanced mode will be deprecated on 2026-06-15 For future Advanced Customizations, use: auth0 acul config

  • Advanced mode is recommended for full customization and granular control of the login experience, allowing integration of your own component design system. Choosing Advanced mode will open the default terminal editor with rendering configurations in a settings.json file.

    Closing the terminal editor will save the settings to your tenant.

Usage

auth0 universal-login customize [flags]

Examples

  auth0 universal-login customize
  auth0 ul customize

Flags

  -p, --prompt string           Name of the prompt to to switch or customize.
  -r, --rendering-mode string   standardMode is recommended for customizating consistent, branded experience for users.
                                Alternatively, advancedMode is recommended for full customization/granular control of the login experience and to integrate own component design system
                                
  -s, --screen string           Name of the screen to to switch or customize.
  -f, --settings-file string    File to save the rendering configs to.

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.