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 within 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
-
Advanced mode is recommended for full customization/granular control of the login experience and to integrate your own component design system. Choosing Advanced mode will open the default terminal editor, with the rendering configs:
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
auth0 ul customize --rendering-mode standard
auth0 ul customize -r standard
auth0 ul customize --rendering-mode advanced --prompt login-id --screen login-id
auth0 ul customize --rendering-mode advanced --prompt login-id --screen login-id --settings-file settings.json
auth0 ul customize -r advanced -p login-id -s login-id -f settings.json
Flags
-p, --prompt string Name of the prompt to 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 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.
Related Commands
- auth0 universal-login customize - Customize the Universal Login experience for the standard or advanced mode
- auth0 universal-login prompts - Manage custom text for prompts
- auth0 universal-login show - Display the custom branding settings for Universal Login
- auth0 universal-login templates - Manage custom Universal Login templates
- auth0 universal-login update - Update the custom branding settings for Universal Login