Skip to content
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

Add support for Azure SQL Server (and Azure AD auth) #16

Open
ransagy opened this issue Apr 21, 2020 · 5 comments
Open

Add support for Azure SQL Server (and Azure AD auth) #16

ransagy opened this issue Apr 21, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@ransagy
Copy link

ransagy commented Apr 21, 2020

I'd really like to give this app a good run in my day to day workload.
Most of the time, I'm working on SQL Server instances in our Azure subscription with AD/MFA authentication to use my Azure account to log in.

Please consider adding support for this connection scenario.
Thanks!

@rathboma
Copy link
Collaborator

👍 Thanks for adding an issue. It is on our radar for sure, in fact we can use this issue to track it. Not sure when we'll get to it, but it's an important use case we want to support.

@rathboma rathboma added the enhancement New feature or request label Apr 21, 2020
@rathboma
Copy link
Collaborator

Looks like this will require moving our mssql implementation to tediusjs instead http://tediousjs.github.io/tedious/getting-started.html

@ransagy
Copy link
Author

ransagy commented May 12, 2020

Quite possibly; I believe that is what is used for a vscode mssql extension i was using as well, So there's basis for that direction.

@rathboma
Copy link
Collaborator

rathboma commented Jul 23, 2020

@ransagy I think this was fixed a while ago right? You should be able to use AD credentials to log in now. Please close if so

@ransagy
Copy link
Author

ransagy commented Jul 24, 2020

@rathboma I grabbed the latest released portable and tried again; Since the AAD username is an email, It thinks im trying to connect to the host part of the email as a domain and fails. So i don't think it works right now, Unless im missing some specific way to indicate its Azure SQL.
Also, By the fact i have to enter a password, It doesn't support MFA mode yet, Which my organization now uses (MS Authenticator app approval, etc).

However, I CAN connect using the serveradmin sql account that was created when the Azure SQL instance was made; But i don't think that's the case either of us were thinking about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants