You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CUSTOMIZATION_GUIDE.md
+42-10Lines changed: 42 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,37 @@ This document provides essential information on **configuring the rendering mode
12
12
- The **default value** is `"standard"`.
13
13
14
14
### 🔹 2. Default Head Tags
15
-
-`default_head_tags_disabled` is a **toggle** to enable/disable **Universal Login's default head tags**.
15
+
-`default_head_tags_disabled` is a **toggle** to enable or disable **Universal Login's default head tags**.
16
16
17
17
### 🔹 3. Context Configuration
18
-
-`context_configuration`contains a list of **context values** made available.
19
-
- Refer to the [official documentation](https://auth0.com/docs/customize/login-pages/advanced-customizations/getting-started/configure-acul-screens) for possible values.
18
+
-`context_configuration`specifies a list of **context values** that are made available.
19
+
- Refer to the [official documentation](https://auth0.com/docs/customize/login-pages/advanced-customizations/getting-started/configure-acul-screens) for supported values.
20
20
21
21
### 🔹 4. Head Tags Customization
22
-
-`head_tags`is an **array of custom head tags** (e.g., scripts, stylesheets).
22
+
-`head_tags`defines an **array of custom head tags** (e.g., scripts, stylesheets).
23
23
-**⚠️ At least one**`<script>` tag **must be included**.
24
24
25
-
### 🔹 5. Updating Rendering Mode
26
-
-**Switching to `"standard"` only updates `rendering_mode`**.
27
-
-**All other fields remain unchanged**.
28
-
29
-
### 🔹 6. Partial Updates
25
+
### 🔹 5. Filters Configuration
26
+
-`filters` defines the conditions under which **advanced rendering mode** with custom UI is applied. By default, the configuration applies tenant-wide.
27
+
-`match_type` and at least one of the entity arrays (`clients`, `organizations`, or `domains`) must be specified.
28
+
-`match_type` defines the matching logic:
29
+
-`"includes_any"`: Uses custom assets if **any match**.
30
+
-`"excludes_any"`: Excludes custom assets if **any match**.
31
+
-`clients`: Up to 25 client objects, defined by either `id` or `metadata` key/value.
32
+
-`organizations`: Up to 25 organization objects, defined by either `id` or `metadata`.
33
+
-`domains`: Up to 25 domain objects, defined by either `id` or `metadata`.
34
+
35
+
### 🔹 6. Page Template Option
36
+
-`use_page_template` determines whether to render using the **tenant’s custom page template**.
37
+
- When set to `true`, it attempts to use the custom page template (a warning is logged if not defined).
38
+
- When set to `false` or omitted, the default template is used.
39
+
- The **default is `false`**.
40
+
41
+
### 🔹 7. Updating Rendering Mode
42
+
- Switching to `"standard"`**only updates the `rendering_mode`**.
43
+
- All other fields remain unchanged.
44
+
45
+
### 🔹 8. Partial Updates
30
46
- Only **explicitly declared fields** are updated.
31
47
-**Unspecified fields remain as they are**.
32
48
@@ -66,7 +82,23 @@ This document provides essential information on **configuring the rendering mode
0 commit comments