diff --git a/src/sql/platform/connection/common/connectionStore.ts b/src/sql/platform/connection/common/connectionStore.ts index a284252a0a..a3d3e5ccac 100644 --- a/src/sql/platform/connection/common/connectionStore.ts +++ b/src/sql/platform/connection/common/connectionStore.ts @@ -89,7 +89,7 @@ export class ConnectionStore { } return { profile: credentialsItem, savedCred: !!savedCred }; }); - } else if (credentialsItem.authenticationType === 'AzureMFA' && credentialsItem.azureAccount) { + } else if (credentialsItem.authenticationType === 'AzureMFA' || credentialsItem.authenticationType === 'dstsAuth' && credentialsItem.azureAccount) { return Promise.resolve({ profile: credentialsItem, savedCred: true }); } else { // No need to look up the password