-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
Azure.IdentityClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.
Milestone
Description
Add a credential to authenticate with the identity signed in to Visual Studio Code's Azure extension. This credential should be internal because it may be exposed to users only as part of an aggregate credential. The Azure extension uses keytar to store a refresh token, so the credential will need to make native calls to get that token. I expect msal-extensions has an interface for some of these calls (e.g. for macOS Keychain). Sharing authentication with the Azure extension means redeeming the refresh token it stored; AadClient has code for that.
Azure/azure-sdk-for-net#10979 has a complete cross-platform implementation in C#.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Azure.IdentityClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.