azure-sdk-for-js
azure-sdk-for-js copied to clipboard
[identity] ClientSecretCredential, ClientAssertionCredential, ClientCertificateCredential uses MSALClient
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