Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/auth0_acul.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: default
has_toc: false
has_children: true
---
# auth0 acul

Customize the Universal Login experience. This requires a custom domain to be configured for the tenant.

## Commands

- [auth0 acul config](auth0_acul_config.md) - Configure Advanced Customizations for Universal Login screens.
- [auth0 acul init](auth0_acul_init.md) - Generate a new ACUL project from a template

17 changes: 17 additions & 0 deletions docs/auth0_acul_config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
has_toc: false
has_children: true
---
# auth0 acul config

Manage screen-level configuration for Auth0 Universal Login using ACUL (Advanced Customizations).

## Commands

- [auth0 acul config docs](auth0_acul_config_docs.md) - Open the ACUL configuration documentation
- [auth0 acul config generate](auth0_acul_config_generate.md) - Generate a stub config file for a Universal Login screen.
- [auth0 acul config get](auth0_acul_config_get.md) - Get the current rendering settings for a specific screen
- [auth0 acul config list](auth0_acul_config_list.md) - List Universal Login rendering configurations
- [auth0 acul config set](auth0_acul_config_set.md) - Set the rendering settings for a specific screen

42 changes: 42 additions & 0 deletions docs/auth0_acul_config_docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: default
parent: auth0 acul config
has_toc: false
---
# auth0 acul config docs

Open the documentation for configuring Advanced Customizations for Universal Login screens.

## Usage
```
auth0 acul config docs [flags]
```

## Examples

```
auth0 acul config docs
```




## Inherited Flags

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


## Related Commands

- [auth0 acul config docs](auth0_acul_config_docs.md) - Open the ACUL configuration documentation
- [auth0 acul config generate](auth0_acul_config_generate.md) - Generate a stub config file for a Universal Login screen.
- [auth0 acul config get](auth0_acul_config_get.md) - Get the current rendering settings for a specific screen
- [auth0 acul config list](auth0_acul_config_list.md) - List Universal Login rendering configurations
- [auth0 acul config set](auth0_acul_config_set.md) - Set the rendering settings for a specific screen


49 changes: 49 additions & 0 deletions docs/auth0_acul_config_generate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
layout: default
parent: auth0 acul config
has_toc: false
---
# auth0 acul config generate

Generate a stub config file for a Universal Login screen and save it to a file.
If fileName is not provided, it will default to <screen-name>.json in the current directory.

## Usage
```
auth0 acul config generate [flags]
```

## Examples

```
auth0 acul config generate signup-id
auth0 acul config generate login-id --file login-settings.json
```


## Flags

```
-f, --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 acul config docs](auth0_acul_config_docs.md) - Open the ACUL configuration documentation
- [auth0 acul config generate](auth0_acul_config_generate.md) - Generate a stub config file for a Universal Login screen.
- [auth0 acul config get](auth0_acul_config_get.md) - Get the current rendering settings for a specific screen
- [auth0 acul config list](auth0_acul_config_list.md) - List Universal Login rendering configurations
- [auth0 acul config set](auth0_acul_config_set.md) - Set the rendering settings for a specific screen


48 changes: 48 additions & 0 deletions docs/auth0_acul_config_get.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
layout: default
parent: auth0 acul config
has_toc: false
---
# auth0 acul config get

Get the current rendering settings for a specific screen.

## Usage
```
auth0 acul config get [flags]
```

## Examples

```
auth0 acul config get signup-id
auth0 acul config get login-id -f ./login.json"
```


## Flags

```
-f, --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 acul config docs](auth0_acul_config_docs.md) - Open the ACUL configuration documentation
- [auth0 acul config generate](auth0_acul_config_generate.md) - Generate a stub config file for a Universal Login screen.
- [auth0 acul config get](auth0_acul_config_get.md) - Get the current rendering settings for a specific screen
- [auth0 acul config list](auth0_acul_config_list.md) - List Universal Login rendering configurations
- [auth0 acul config set](auth0_acul_config_set.md) - Set the rendering settings for a specific screen


57 changes: 57 additions & 0 deletions docs/auth0_acul_config_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
layout: default
parent: auth0 acul config
has_toc: false
---
# auth0 acul config list

List Universal Login rendering configurations with optional filters and pagination.

## Usage
```
auth0 acul config list [flags]
```

## Examples

```
auth0 acul config list --prompt login-id --screen login --rendering-mode advanced --include-fields true --fields head_tags,context_configuration
```


## Flags

```
--fields string Comma-separated list of fields to include or exclude in the result (based on value provided for include_fields)
--include-fields Whether specified fields are to be included (default: true) or excluded (false). (default true)
--include-totals Return results inside an object that contains the total result count (true) or as a direct array of results (false).
--json Output in json format.
--json-compact Output in compact json format.
--page int Page index of the results to return. First page is 0.
--per-page int Number of results per page. Default value is 50, maximum value is 100. (default 50)
--prompt string Filter by the Universal Login prompt.
-q, --query string Advanced query.
--rendering-mode string Filter by the rendering mode (advanced or standard).
--screen string Filter by the Universal Login screen.
```


## Inherited Flags

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


## Related Commands

- [auth0 acul config docs](auth0_acul_config_docs.md) - Open the ACUL configuration documentation
- [auth0 acul config generate](auth0_acul_config_generate.md) - Generate a stub config file for a Universal Login screen.
- [auth0 acul config get](auth0_acul_config_get.md) - Get the current rendering settings for a specific screen
- [auth0 acul config list](auth0_acul_config_list.md) - List Universal Login rendering configurations
- [auth0 acul config set](auth0_acul_config_set.md) - Set the rendering settings for a specific screen


48 changes: 48 additions & 0 deletions docs/auth0_acul_config_set.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
layout: default
parent: auth0 acul config
has_toc: false
---
# auth0 acul config set

Set the rendering settings for a specific screen.

## Usage
```
auth0 acul config set [flags]
```

## Examples

```
auth0 acul config set signup-id --file settings.json
auth0 acul config set login-id
```


## Flags

```
-f, --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 acul config docs](auth0_acul_config_docs.md) - Open the ACUL configuration documentation
- [auth0 acul config generate](auth0_acul_config_generate.md) - Generate a stub config file for a Universal Login screen.
- [auth0 acul config get](auth0_acul_config_get.md) - Get the current rendering settings for a specific screen
- [auth0 acul config list](auth0_acul_config_list.md) - List Universal Login rendering configurations
- [auth0 acul config set](auth0_acul_config_set.md) - Set the rendering settings for a specific screen


50 changes: 50 additions & 0 deletions docs/auth0_acul_init.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
layout: default
parent: auth0 acul
has_toc: false
---
# auth0 acul init

Generate a new Advanced Customizations for Universal Login (ACUL) project from a template.
This command creates a new project with your choice of framework and authentication screens (login, signup, mfa, etc.).
The generated project includes all necessary configuration and boilerplate code to get started with ACUL customizations.

## Usage
```
auth0 acul init [flags]
```

## Examples

```
auth0 acul init <app_name>
auth0 acul init acul-sample-app
auth0 acul init acul-sample-app --template react --screens login,signup
auth0 acul init acul-sample-app -t react -s login,mfa,signup
```


## Flags

```
-s, --screens strings Comma-separated list of screens to include in your ACUL project.
-t, --template string Template framework to use for your ACUL project.
```


## Inherited Flags

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


## Related Commands

- [auth0 acul config](auth0_acul_config.md) - Configure Advanced Customizations for Universal Login screens.
- [auth0 acul init](auth0_acul_init.md) - Generate a new ACUL project from a template


15 changes: 12 additions & 3 deletions docs/auth0_universal-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,23 @@ has_children: true
---
# auth0 universal-login

Manage a consistent, branded Universal Login experience that can handle all of your authentication flows.
Manage Universal Login branding and customization settings.

� DEPRECATION WARNING: Advanced Customizations (ACUL) have moved!

The 'auth0 ul customize --rendering-mode advanced' functionality will be
DEPRECATED on April 18, 2026. Please migrate to the new ACUL commands:

✅ auth0 acul config generate|get|set|list|docs

Standard Universal Login customizations continue to work as before.

## Commands

- [auth0 universal-login customize](auth0_universal-login_customize.md) - Customize the Universal Login experience for the standard or advanced mode
- [auth0 universal-login customize](auth0_universal-login_customize.md) - ⚠️ Customize Universal Login (Advanced mode DEPRECATED)
- [auth0 universal-login prompts](auth0_universal-login_prompts.md) - Manage custom text for prompts
- [auth0 universal-login show](auth0_universal-login_show.md) - Display the custom branding settings for Universal Login
- [auth0 universal-login switch](auth0_universal-login_switch.md) - Switch the rendering mode for Universal Login
- [auth0 universal-login switch](auth0_universal-login_switch.md) - ⚠️ Switch rendering mode (DEPRECATED)
- [auth0 universal-login templates](auth0_universal-login_templates.md) - Manage custom Universal Login templates
- [auth0 universal-login update](auth0_universal-login_update.md) - Update the custom branding settings for Universal Login

Loading