mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
make MSAL default auth library (#21355)
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
"azure.authenticationLibrary": {
|
||||
"type": "string",
|
||||
"description": "%config.authenticationLibrary%",
|
||||
"default": "ADAL",
|
||||
"default": "MSAL",
|
||||
"enum": [
|
||||
"ADAL",
|
||||
"MSAL"
|
||||
|
||||
Reference in New Issue
Block a user