-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Integrated Active Directory Password Authentication #435
Comments
@maxali, thanks for raising this. Currently this is blocked on our upstream dependency on .Net Core, which does not currently have Azure AD support for SQL Client. I have updated issue https://github.com/dotnet/corefx/issues/8807 with this request to ensure the ask is tracked there too. If this is fixed in .Net Core there would be additional work to support Azure authentication in general from our application, and it's likely we'd do this and other Azure-related support such as firewall rule creation in a larger improvement. |
I assigned it to myself to track the progress with .NET core. |
Adding my $.02: This should support Active Directory Universal Authentication the way SSMS does. ie. by opening the Azure authentication dialog. This is necessary for enabling those of us that have multi-factor authentication turned on for our AD accounts. |
+1 It seems lackadaisical that [MFA via] AAD is clearly marketed as differentiated capability, but not supported in our 1st party developer tools for VS Code. |
The block is over. Azure AD support is now available in Azure Data Studio (even on Mac) for example |
Is this going to be implemented in MSSQL Extension? I'd like to login using AD Creds rather than SQL Server Creds.
|
Any movement on this? My company doesn't allow us to use sql creds, we are AAD - Universal with MFA only. I would love to use VS Code instead of SSMS, but this is a blocker. |
Any updates on this? Same situation here that SQL creds are no-go by company policy. |
Why is there a difference here between Azure Data Studio? They don't use the same infra in this context? |
Azure Data Studio has supported MFA for a long time, and so has SSMS. Why is it still not available in VS code mssql? |
FYI, the Feb 2020 release of ADS supports better token authentication: microsoft/azuredatastudio#3669 |
Any update on this? I am really keen to use this extension in VS Code, but have to keep reverting to Azure Data Studio because of AD / MFA support. |
Following this. Wondering if this is in development or on hold? |
Closing this as "by design". Our upstream driver does not support AAD with Password, only AAD-MFA. Current the extension supports AAD-MFA, Windows Integrated Auth, and SQL Login. |
Cannot CONNECT to Azure server using Active Directory Password Authentication.
Steps to Reproduce:
CREATE USER [[email protected]] FROM EXTERNAL PROVIDER;
The text was updated successfully, but these errors were encountered: