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

Fix token refresh with relative redirectUri #6761

Merged
merged 4 commits into from
Dec 13, 2023
Merged

Conversation

tnorling
Copy link
Collaborator

In 3.2.0 we added redirectUri to the /token request in order to support broker scenarios. This caused a regression when refreshing tokens with relative URLs. This PR addresses this issue.

Fixes #6733

@github-actions github-actions bot added msal-browser Related to msal-browser package msal-common Related to msal-common package labels Dec 11, 2023
@tnorling tnorling merged commit 462e876 into dev Dec 13, 2023
56 checks passed
@tnorling tnorling deleted the fix-relative-redirectUri branch December 13, 2023 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
msal-browser Related to msal-browser package msal-common Related to msal-common package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Relative redirect URI not working with refresh token
4 participants