Skip to content

Commit 08625e2

Browse files
authored
Merge pull request #305 from auth0/domain_metadata-fix
Domain metadata fix
2 parents 0bff3bf + f789113 commit 08625e2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

main/docs/customize/actions/explore-triggers/machine-to-machine-trigger/credentials-exchange-event-object.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The `event` object for the credentials-exchange Actions trigger provides context
6666
<ul>
6767
<li><code>domain</code> <em>String</em>. The custom domain where the authentication event occurred.</li>
6868
<li>
69-
<code>domain.metadata</code> <em>Object</em>. Metadata associated with the custom domain.<br/>
69+
<code>domain_metadata</code> <em>Object</em>. Metadata associated with the custom domain.<br/>
7070
</li>
7171
</ul>
7272
</td>

main/docs/customize/actions/explore-triggers/mfa-notifications-trigger/send-phone-message-event-object.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Includes the following properties:
2929
Includes the following properties:
3030

3131
* `domain` String The custom domain where the authentication event occurred.
32-
* `domain.metadata` Object Metadata associated with the custom domain.
32+
* `domain_metadata` Object Metadata associated with the custom domain.
3333

3434
### event.message_options
3535

main/docs/customize/actions/explore-triggers/password-reset-triggers/post-challenge-trigger/post-challenge-event-object.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ The `event` object for the `post-challenge` Actions trigger provides contextual
203203
<ul>
204204
<li><code>domain</code> <em>String</em>. The custom domain where the authentication event occurred.</li>
205205
<li>
206-
<code>domain.metadata</code> <em>Object</em>. Metadata associated with the custom domain.<br/>
206+
<code>domain_metadata</code> <em>Object</em>. Metadata associated with the custom domain.<br/>
207207
</li>
208208
</ul>
209209
</td>

main/docs/customize/actions/explore-triggers/password-reset-triggers/post-change-password-trigger/post-change-password-event-object.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The `event` object for the post-change-password Actions trigger provides context
6464
<ul>
6565
<li><code>domain</code> <em>String</em>. The custom domain where the authentication event occurred.</li>
6666
<li>
67-
<code>domain.metadata</code> <em>Object</em>. Metadata associated with the custom domain.<br/>
67+
<code>domain_metadata</code> <em>Object</em>. Metadata associated with the custom domain.<br/>
6868
</li>
6969
</ul>
7070
</td>

main/docs/customize/actions/explore-triggers/signup-and-login-triggers/login-trigger/post-login-event-object.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ The `event` object for the post-login Actions trigger provides contextual inform
368368
<ul>
369369
<li><code>domain</code> <em>String</em> The custom domain where the authentication event occurred.</li>
370370
<li>
371-
<code>domain.metadata</code> <em>Object</em> — Metadata associated with the custom domain.<br/>
371+
<code>domain_metadata</code> <em>Object</em> — Metadata associated with the custom domain.<br/>
372372
</li>
373373
</ul>
374374
</td>

main/docs/customize/actions/explore-triggers/signup-and-login-triggers/post-user-registration-trigger/post-user-registration-event-object.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The `event` object for the post-user-registration Actions trigger provides conte
5555
<ul>
5656
<li><code>domain</code> <em>String</em>. The custom domain where the authentication event occurred.</li>
5757
<li>
58-
<code>domain.metadata</code> <em>Object</em>. Metadata associated with the custom domain.<br/>
58+
<code>domain_metadata</code> <em>Object</em>. Metadata associated with the custom domain.<br/>
5959
</li>
6060
</ul>
6161
</td>

main/docs/customize/actions/explore-triggers/signup-and-login-triggers/pre-user-registration-trigger/pre-user-registration-event-object.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The `event` object for the pre-user-registration Actions trigger provides contex
8989
<ul>
9090
<li><code>domain</code> <em>String</em>. The custom domain where the authentication event occurred.</li>
9191
<li>
92-
<code>domain.metadata</code> <em>Object</em>. Metadata associated with the custom domain.<br/>
92+
<code>domain_metadata</code> <em>Object</em>. Metadata associated with the custom domain.<br/>
9393
</li>
9494
</ul>
9595
</td>

main/docs/customize/phone-messages/configure-phone-messaging-providers/configure-a-custom-phone-provider/actions-triggers-custom-phone-provider-event-object.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The `event` object for the `custom-phone-provider` Actions trigger provides cont
9191
<ul>
9292
<li><code>domain</code> <em>String</em>. The custom domain where the authentication event occurred.</li>
9393
<li>
94-
<code>domain.metadata</code> <em>Object</em>. Metadata associated with the custom domain.<br/>
94+
<code>domain_metadata</code> <em>Object</em>. Metadata associated with the custom domain.<br/>
9595
</li>
9696
</ul>
9797
</td>

0 commit comments

Comments
 (0)