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

[identity] Migrate UsernamePasswordCredential to MSALClient #29656

Merged
merged 8 commits into from May 13, 2024

Conversation

maorleger
Copy link
Member

@maorleger maorleger commented May 9, 2024

Packages impacted by this PR

@azure/identity

Issues associated with this PR

Resolves #29409

Describe the problem that is addressed by this PR

Migrates UsernamePasswordCredential to the MSALClient flow, simplifying the implementation.

Checklists

  • Added impacted package name to the issue description.
  • Does this PR need any fixes in the SDK Generator?** (If so, create an Issue in the Autorest/typescript repository and link it here.)
  • Added a changelog (if necessary).
  • Add MSALClient recorded test

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@maorleger maorleger marked this pull request as ready for review May 10, 2024 16:22
@maorleger maorleger requested review from KarishmaGhiya, schaabs and a team as code owners May 10, 2024 16:22
Copy link
Member

@xirzec xirzec left a comment

Choose a reason for hiding this comment

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

Changes look great, all my comments are mostly about existing issues in the code and aren't blocking.

@maorleger maorleger enabled auto-merge (squash) May 13, 2024 17:12
@maorleger maorleger merged commit fa4fd3a into Azure:main May 13, 2024
14 checks passed
@maorleger maorleger deleted the msal-client-username-password branch May 13, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

MSALClient - Migrate usernamePasswordCredential
3 participants