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

[msal-common][msal-browser] Fix issue where config was being overwritten by undefined values #1631

Merged
merged 6 commits into from May 11, 2020

Conversation

pkanher617
Copy link
Contributor

This PR fixes an issue where the default system configuration in msal-common was being overwritten by the undefined values in msal-browser. This PR adds the default system values to msal-common exports and uses them in the msal-browser package.

This should fix #1623.

@pkanher617 pkanher617 changed the base branch from fix-browser-types-export to dev May 11, 2020 22:32
Copy link
Member

@sameerag sameerag left a comment

Choose a reason for hiding this comment

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

lgtm

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.008%) to 79.554% when pulling 9ac1e3c on fix-systemconfigbug into 6f3414f on dev.

@pkanher617 pkanher617 merged commit 2f9362f into dev May 11, 2020
@pkanher617 pkanher617 deleted the fix-systemconfigbug branch June 8, 2020 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Caching problems with acquireTokenSilent()
4 participants