Enabling Microsoft Authentication Library (MSAL) by default #394
JohnSchmeichel
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the Artifacts credential provider supports Azure Active Directory Authentication Library (ADAL) and Microsoft Authentication Library (MSAL). Due to the end of support announcement for ADAL the Artifacts credential provider will switch the default authentication library to MSAL, and later remove ADAL entirely from the code base.
There shouldn't be an impact to authentication and in many cases users should see an improved experience due to the follow MSAL features:
To disable MSAL and continue using ADAL, set the following environment variable:
For Windows:
For Linux/MacOS:
export NUGET_CREDENTIALPROVIDER_MSAL_ENABLED=false
Note: Use of ADAL and the environment variable above will be removed in future versions of the credential provider.
Beta Was this translation helpful? Give feedback.
All reactions