microsoft / artifacts-credprovider

The Azure Artifacts Credential Provider enables dotnet, NuGet.exe, and MSBuild to interactively acquire credentials for Azure Artifacts feeds.
MIT License
759 stars 707 forks source link

Enable MSAL by default #406

Closed JohnSchmeichel closed 1 year ago

JohnSchmeichel commented 1 year ago

Turning on MSAL by default per the discussion in https://github.com/microsoft/artifacts-credprovider/discussions/394, with the goal of deprecating Azure Active Directory Authentication Library (ADAL) usage. ADAL can be turned back on by:

# Windows
set NUGET_CREDENTIALPROVIDER_MSAL_ENABLED=false

# Linux/macOS
export NUGET_CREDENTIALPROVIDER_MSAL_ENABLED=false