Fix/ss log app metadata user metadata clarification - #1682
Open
nick-gagliardi wants to merge 1 commit into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
nick-gagliardi
force-pushed
the
fix/ss-log-app-metadata-user-metadata-clarification
branch
from
August 6, 2026 15:12
e0bcb65 to
92dbfd8
Compare
hazel-nut
reviewed
Aug 28, 2026
hazel-nut
left a comment
Contributor
There was a problem hiding this comment.
content seems OK but isn't this file fetched automatically from somewhere? i think we'll need to update it at the source or it will get overwritten on next update.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Clarifies when
app_metadataanduser_metadataappear in thess(Successful Signup) tenant log schema.The schema listed both fields without explaining that
details.bodyreflects the raw signup request payload — not the final userrecord. Customers using pre-registration Actions to set
app_metadataoruser_metadataexpected to see those values in the log,but they were absent because Action-applied metadata is written to the user record only, and never echoed back into the log body.
Added descriptions to both fields clarifying:
app_metadataset by pre-registration Actions is applied to the user record but does not appear in the logReferences
https://auth0team.atlassian.net/browse/ESD-65342
https://auth0team.atlassian.net/jira/servicedesk/projects/DR/queues/custom/98/DR-2834
Testing
Checklist
CONTRIBUTING.md.