-
Notifications
You must be signed in to change notification settings - Fork 40
Correlation ID with Universal Login #473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Summary
Redirects per inputRedirects in main/docs/customize/actions/explore-triggers/signup-and-login-triggers/login-trigger/post-login-event-object.mdx
|
mikemimik
left a comment
There was a problem hiding this 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
main/docs/customize/login-pages/universal-login/customize-templates.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Lucy Zhou <[email protected]>
Co-authored-by: Lucy Zhou <[email protected]>
Co-authored-by: Lucy Zhou <[email protected]>
Co-authored-by: Lucy Zhou <[email protected]>
Co-authored-by: Lucy Zhou <[email protected]>
Co-authored-by: Lucy Zhou <[email protected]>
Co-authored-by: Lucy Zhou <[email protected]>
Co-authored-by: Lucy Zhou <[email protected]>
…lates.mdx Co-authored-by: Lucy Zhou <[email protected]>
Co-authored-by: Lucy Zhou <[email protected]>
|
|
||
| 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: |
There was a problem hiding this comment.
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.
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_idfunctionality to Universal Login and Actions Event objects.References
Testing
Local testing
Checklist