tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.12k stars 60 forks source link

SQL Server Connection with Integrated Security #135

Closed christophwille closed 6 months ago

christophwille commented 8 months ago

I can connect to .\SQLEXPRESS nicely with Azure Data Studio image But with NetPad, I only have the options of No Auth and User & Password. Is the Windows Authentication scenario supported or am I simply missing how to get it working?

tareqimbasher commented 8 months ago

It is indeed missing. Will add it in soon.

tareqimbasher commented 7 months ago

Update - You will be able to modify the generated connection string and add Integrated Security=SSPI and any other config options you like. The solution is already built and will go out with v0.7.0

tareqimbasher commented 6 months ago

PR: #143

tareqimbasher commented 6 months ago

PR is merged and will go out in v0.7.0