-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
SQL Connection Using Active Directory / Microsoft Entra #285
Comments
I think it would be a great addition. Its not on README roadmap but it is planned. |
not a solution, just a bit more details: it is possible to add a "Custom" part to the connection string, for example:
as a result you get the connection string like this:
this creates a connection. However the scaffolding shows error:
|
@Tridy can you try removing the double quotes from:
So it's just
|
That indeed helped to start scaffolding However in the process it still got an error: Could not get database structure during scaffolding. Check the logs at: /home/xxx/.local/share/NetPad/Logs From the log I can see that it is indeed reading database structure and there is output for several tables in the log. The error that I can see the most in the log is this:
My guess is that it does not like the Interactive part from the "Active Directory Interactive" and here are some other lines that might have some information
|
Same issue here, even without using AAD, using Username/Password authentication:
|
We use Active Directory aka Microsoft Entra to authenticate with all of our SQL servers. I'm not able to find a way to connect using NetPad 0.8.0. Azure Data Studio has the best support/implementation for this. Do you have plans to add this to NetPad? I'd love to use it.
The text was updated successfully, but these errors were encountered: