Azure DevOps client libraries migrated to MSAL

The Microsoft.VisualStudio.Services.InteractiveClient library is a public NuGet package that takes care of authenticating to Azure DevOps Services. It abstracts away the acquisition, management and refreshing of authentication tokens, so developers can focus on their goals and stay productive.
Historically, the interactive client library has been dependent on the Microsoft.IdentityModel.Clients.
The post Azure DevOps client libraries migrated to MSAL appeared first on Azure DevOps Blog.
Published on:
Learn moreRelated posts
Azure SDK Release (June 2025)
Azure SDK releases every month. In this post, you'll find this month's highlights and release notes. The post Azure SDK Release (June 2025) ap...
Exploring azd extensions: Enhance your Azure developer experience
A deep dive into the introduction of the Azure Developer CLI (azd) extensions and the azd extension framework to build extensions. The post Ex...