mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add MSAL Authentication Library support (#21024)
This commit is contained in:
@@ -124,6 +124,19 @@
|
||||
"Verbose",
|
||||
"All"
|
||||
]
|
||||
},
|
||||
"azure.authenticationLibrary": {
|
||||
"type": "string",
|
||||
"description": "%config.authenticationLibrary%",
|
||||
"default": "ADAL",
|
||||
"enum": [
|
||||
"ADAL",
|
||||
"MSAL"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Azure Active Directory Authentication Library",
|
||||
"Microsoft Authentication Library"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -348,7 +361,10 @@
|
||||
"@azure/arm-resourcegraph": "^4.0.0",
|
||||
"@azure/arm-subscriptions": "^3.0.0",
|
||||
"@azure/storage-blob": "^12.6.0",
|
||||
"@azure/msal-node": "^1.9.0",
|
||||
"@azure/msal-node-extensions": "^1.0.0-alpha.25",
|
||||
"axios": "^0.27.2",
|
||||
"msal": "^1.4.16",
|
||||
"node-fetch": "^2.6.7",
|
||||
"qs": "^6.9.1",
|
||||
"universalify": "^0.1.2",
|
||||
|
||||
Reference in New Issue
Block a user