azure-sdk-for-js icon indicating copy to clipboard operation
azure-sdk-for-js copied to clipboard

[identity] ClientSecretCredential, ClientAssertionCredential, ClientCertificateCredential uses MSALClient

Open maorleger opened this issue 1 year ago • 0 comments

Once the next GA is out in April we should switch ClientSecretCredential to use MSALCLient like in this PR

Minimum acceptance criteria:

  • ClientSecretCredential implementation uses MSALClient
  • Nightly tests are not impacted for packages (since they use ClientSecretCredential for AAD)
  • April GA is not impacted by this change

Notes from my 1:1 with Karishma:

  • Consider getting a beta out ASAP and finding folks to help validate those changes (1p / 3p using previous issues)
  • Consider migrating ClientCertificateCredential and ClientAssertionCredential in the same PR

maorleger avatar Mar 11 '24 22:03 maorleger