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: restore provided msal public client behavior #1931

Merged
merged 1 commit into from
Nov 4, 2022

Conversation

gavinbarron
Copy link
Member

Closes #1930

PR Type

  • Bugfix

Description of the changes

A regression removed the functionality to correctly use an explicitly provided Msal PublicClientApplication originally delivered in #1181.
This fixes the regression, cleans up repeated code, and adds missing doc comments

PR checklist

  • Project builds (yarn build) and changes have been tested in at least two supported browsers (Edge + non-Chromium based browser)
  • All public APIs (classes, methods, etc) have been documented following the jsdoc syntax
  • Stories have been added and existing stories have been tested
  • Added appropriate documentation. Docs PR:
  • License header has been added to all new source files (yarn setLicense)
  • Contains NO breaking changes

a regression removed the functionality to correctly use an explicity provided
Msal PublicClientApplication originaly delivered in #1181.
This fixes the regresssion, cleans up repeated code, and adds missing doc comments
@ghost
Copy link

ghost commented Nov 3, 2022

Thank you for creating a Pull Request @gavinbarron.

This is a checklist for the PR reviewer(s) to complete before approving and merging this PR:

  • I have verified a documentation PR has been linked and is approved (or not applicable)
  • I have ran this PR locally and have tested the fix/feature
  • I have verified that stories have been added to storybook (or not applicable)
  • I have tested existing stories in storybook to verify no regression has occured
  • I have tested the solution in at least two browsers (Edge + 1 non-Chromium based browser)

@gavinbarron gavinbarron changed the base branch from main to next/fluentui November 3, 2022 00:05
@gavinbarron gavinbarron requested a review from Mnickii November 3, 2022 00:05
@gavinbarron gavinbarron self-assigned this Nov 3, 2022
@gavinbarron gavinbarron requested review from musale and removed request for Mnickii November 3, 2022 17:36
@gavinbarron gavinbarron merged commit dd41eb1 into next/fluentui Nov 4, 2022
@gavinbarron gavinbarron deleted the next/fix-msal2-provider branch June 27, 2023 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG] Msal2Provider no longer uses explicitly provided PublicClientApplication
1 participant