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