Skip to content
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

Move correlationId to query string for /token calls #7385

Merged
merged 5 commits into from
Oct 21, 2024

Conversation

tnorling
Copy link
Collaborator

eSTS only recognizes correlationId if it's in the QS or Headers of a request, we currently pass it in the body on /token calls and thus is ignored.

This PR moves correlationId to the QS of /token requests (moving to Headers would cause a CORS preflight request) to make correlating calls end to end easier.

@konstantin-msft konstantin-msft force-pushed the move-correlationId-to-query-string branch from 20233ca to 9a786cb Compare October 21, 2024 14:26
@tnorling tnorling merged commit 980f0b0 into dev Oct 21, 2024
8 checks passed
@tnorling tnorling deleted the move-correlationId-to-query-string branch October 21, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Related to documentation. msal-common Related to msal-common package msal-node Related to msal-node package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants