microsoft / vscode-cosmosdb

Azure Databases extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
MIT License
155 stars 67 forks source link

Improve AAD fallback if key authentication is disabled #2290

Closed sevoku closed 1 month ago

sevoku commented 3 months ago

Currently the extension will prefer account key auth even if local auth is disabled enforcing AAD auth from the server side. Don't load and preserve account keys if user has opted in for AAD or if the account has local authentication disabled.