File tree Expand file tree Collapse file tree 3 files changed +13
-32
lines changed
Expand file tree Collapse file tree 3 files changed +13
-32
lines changed Original file line number Diff line number Diff line change 11---
22layout : default
33has_toc : false
4- has_children : true
54---
65# auth0 acul
76
Original file line number Diff line number Diff line change 11---
22layout : default
3- parent : auth0 acul
43has_toc : false
4+ has_children : true
55---
66# auth0 acul config
77
88Configure the Universal Login experience. This requires a custom domain to be configured for the tenant.
99
10- ## Usage
11- ```
12- auth0 acul config [flags]
13- ```
14-
15- ## Examples
16-
17- ```
18- auth0 acul config
19- auth0 acul config
20- auth0 acul config --screen login-id --file settings.json
21- ```
22-
23-
24-
25-
26- ## Inherited Flags
27-
28- ```
29- --debug Enable debug mode.
30- --no-color Disable colors.
31- --no-input Disable interactivity.
32- --tenant string Specific tenant to use.
33- ```
34-
35-
36- ## Related Commands
37-
38- - [ auth0 acul config] ( auth0_acul_config.md ) - Configure the Universal Login experience
10+ ## Commands
3911
12+ - [ auth0 acul config docs] ( auth0_acul_config_docs.md ) - Open the ACUL configuration documentation
13+ - [ auth0 acul config generate] ( auth0_acul_config_generate.md ) - Generate a default rendering config for a screen
14+ - [ auth0 acul config get] ( auth0_acul_config_get.md ) - Get the current rendering settings for a specific screen
15+ - [ auth0 acul config list] ( auth0_acul_config_list.md ) - List Universal Login rendering configurations
16+ - [ auth0 acul config set] ( auth0_acul_config_set.md ) - Set the rendering settings for a specific screen
4017
Original file line number Diff line number Diff line change @@ -15,7 +15,12 @@ auth0 acul config list [flags]
1515## Examples
1616
1717```
18- auth0 acul config list --prompt login-id --screen login --rendering-mode advanced --include-fields true --fields head_tags,context_configuration
18+ auth0 acul config list
19+ auth0 acul config list --prompt login-id
20+ auth0 acul config list --screen login --rendering-mode advanced
21+ auth0 acul config list --fields head_tags,context_configuration --include-fields=true
22+ auth0 acul config list --query "prompt:login AND screen:login"
23+ auth0 acul config list --page 1 --per-page 25
1924```
2025
2126
You can’t perform that action at this time.
0 commit comments