-
Notifications
You must be signed in to change notification settings - Fork 906
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 active directory pwd authentication #8565
Conversation
Needs this to be merged before: microsoft/sqltoolsservice#899 |
@@ -79,6 +79,7 @@ | |||
"mssql.connectionOptions.authType.categoryValues.sqlLogin": "SQL Login", | |||
"mssql.connectionOptions.authType.categoryValues.integrated": "Windows Authentication", | |||
"mssql.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - Universal with MFA support", | |||
"mssql.connectionOptions.authType.categoryValues.activeDirectoryPassword": "Active Directory - Password", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this is the "best" name we have for this option? 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really want a better name! Have any suggestions?
Hi all, Any plans to merge this soon? Would really love to see this land in ADS. Thank you! |
Hello, |
This is on my plate on things to tackle. @abist has been working on getting this working in the mssql vscode extension. I'll work with them to get this onto ADS as well. |
Unfortunately this is going to be a no-fix: AzureAD/azure-activedirectory-library-for-dotnet#482 Looks like we're just going to have to stick to azure authentication. |
Reverting: microsoft/sqltoolsservice#915 |
I read through most of that thread and I am not sure I understand why it can't be supported. Can't it be updated to MSAL.NET and supported through that? It's disappointing that other applications on OSX are capable of accepting active directory username/password yet the main Microsoft applications can not. Unfortunately, we are stuck using AD to access our DBs given the enterprise environment we are in. I presume, based on all the threads on this topic, that many others are stuck in a similar situation. I appreciate the follow-up on this. |
Adds support for a new authentication model - username/password authentication with AAD.