Skip to content

Correlation ID with Universal Login#473

Merged
avanscoy merged 33 commits intomainfrom
docs-5208-correlation-id
Apr 24, 2026
Merged

Correlation ID with Universal Login#473
avanscoy merged 33 commits intomainfrom
docs-5208-correlation-id

Conversation

@avanscoy
Copy link
Copy Markdown
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
Copy Markdown

github-actions Bot commented Jan 14, 2026

Summary

Status Count
🔍 Total 53
✅ Successful 7
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 45
❓ Unknown 0
🚫 Errors 1
⛔ Unsupported 0

Errors per input

Errors in main/docs/authenticate/login/auth0-universal-login.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
Comment thread main/docs.json Outdated
@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
Copy Markdown
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

Comment thread main/docs/authenticate/login/configure-correlated-events.mdx Outdated
Comment thread main/docs.json Outdated
Comment thread main/docs.json Outdated
Comment thread main/docs/authenticate/login/auth0-universal-login.mdx Outdated
Comment thread main/docs/authenticate/login/configure-correlated-events.mdx Outdated
BcnCarlos
BcnCarlos previously approved these changes Apr 24, 2026
Comment thread main/docs/authenticate/login/auth0-universal-login.mdx Outdated
Comment thread main/docs/authenticate/login/auth0-universal-login.mdx Outdated
Comment thread main/docs/authenticate/login/configure-correlation-id.mdx Outdated
Comment thread main/docs/customize/login-pages/universal-login/customize-templates.mdx Outdated
Comment thread main/docs/authenticate/login/auth0-universal-login.mdx Outdated
Comment thread main/docs/authenticate/login/configure-correlation-id.mdx
Comment thread main/docs/authenticate/login/auth0-universal-login.mdx Outdated
Comment thread main/docs/authenticate/login/auth0-universal-login.mdx
Comment thread main/docs/customize/login-pages/universal-login/customize-templates.mdx Outdated
---

<Warning>
Correlation ID is currently in Early Access. By using this feature, you agree to the applicable Free Trial terms in Okta's [Master Subscription Agreement](https://www.okta.com/legal). To learn more about Auth0's product release cycle, read [Product Release Stages](/docs/troubleshoot/product-lifecycle/product-release-stages). To participate in this program, contact [Auth0 Support](support.auth0.com) or your Technical Account Manager.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
Correlation ID is currently in Early Access. By using this feature, you agree to the applicable Free Trial terms in Okta's [Master Subscription Agreement](https://www.okta.com/legal). To learn more about Auth0's product release cycle, read [Product Release Stages](/docs/troubleshoot/product-lifecycle/product-release-stages). To participate in this program, contact [Auth0 Support](support.auth0.com) or your Technical Account Manager.
Correlation ID is currently in Early Access. By using this feature, you agree to the applicable Free Trial terms in Okta's [Master Subscription Agreement](https://www.okta.com/legal). To learn more about Auth0's product release cycle, read [Product Release Stages](/docs/troubleshoot/product-lifecycle/product-release-stages). To participate in this program, contact [Auth0 Support](https://support.auth0.com) or your Technical Account Manager.

#### Tracking

<Warning>
Correlation ID is currently in Early Access. By using this feature, you agree to the applicable Free Trial terms in Okta’s [Master Subscription Agreement](https://www.okta.com/legal). To learn more about Auth0's product release cycle, read [Product Release Stages](/docs/troubleshoot/product-lifecycle/product-release-stages). To participate in this program, contact [Auth0 Support](support.auth0.com) or your Technical Account Manager.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
Correlation ID is currently in Early Access. By using this feature, you agree to the applicable Free Trial terms in Okta’s [Master Subscription Agreement](https://www.okta.com/legal). To learn more about Auth0's product release cycle, read [Product Release Stages](/docs/troubleshoot/product-lifecycle/product-release-stages). To participate in this program, contact [Auth0 Support](support.auth0.com) or your Technical Account Manager.
Correlation ID is currently in Early Access. By using this feature, you agree to the applicable Free Trial terms in Okta’s [Master Subscription Agreement](https://www.okta.com/legal). To learn more about Auth0's product release cycle, read [Product Release Stages](/docs/troubleshoot/product-lifecycle/product-release-stages). To participate in this program, contact [Auth0 Support](https://support.auth0.com) or your Technical Account Manager.

+ `transaction.correlation_id`
* The `custom_domain` object, with access to the following property:

+ `custome_domain.domain`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
+ `custome_domain.domain`
+ `custom_domain.domain`

| ----- | ----- | ---- |
| `correlation_id` | A unique identifier to track authentication events such as signup and successful login. 64 characters or less. Add `correlationId: "{{correlation_id}}"` to your template to track events through your custom login page. | `0001234` |

<Warning>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

back to back warnings here... can we swap to callout? or fold into table? this is minor but just a thought. feel free to ignore

@avanscoy avanscoy merged commit 2bbe996 into main Apr 24, 2026
4 of 5 checks passed
@avanscoy avanscoy deleted the docs-5208-correlation-id branch April 24, 2026 18:43
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.

6 participants