Skip to content

Conversation

@avanscoy
Copy link
Contributor

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

Adding correlation_id functionality to Universal Login and Actions Event objects.

References

Testing

Local testing

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

@github-actions
Copy link

github-actions bot commented Jan 14, 2026

Summary

Status Count
🔍 Total 52
✅ Successful 8
⏳ Timeouts 0
🔀 Redirected 1
👻 Excluded 43
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0

Redirects per input

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

@avanscoy avanscoy added main-docs Changes related to auth0's main docs (https://auth0.com/docs) DO NOT MERGE Only the PR author should merge, even if approved. labels Jan 16, 2026
@avanscoy avanscoy requested review from a team as code owners January 29, 2026 20:06
@avanscoy avanscoy requested a review from mikemimik January 30, 2026 01:50
@avanscoy avanscoy removed the DO NOT MERGE Only the PR author should merge, even if approved. label Jan 30, 2026
mikemimik
mikemimik previously approved these changes Jan 30, 2026
Copy link
Contributor

@mikemimik mikemimik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Approval for:

  • main/docs.json


The `correlation_id` parameter adds a unique identifier generated by your application to the authorization URL. When authentication events occur, track and filter events in [Auth0 Tenant Logs](/docs/deploy-monitor/logs).

Correlation ID persists through the following events:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about we use "authentication flows" instead of "events"?

Correlation ID persists throughout the following authentication flows:

The reason is that there are several events associated with, for example, the "Signup" flow, so the use of "events" might not be accurate in this context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

main-docs Changes related to auth0's main docs (https://auth0.com/docs)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants