Windows authentication is not supported for MSSQL
Opened this issue · 1 comments
iusk commented
Currently this package doesn't support windows authentication for MSSQL even though it's mentioned in the Readme. That is because the default driver the mssql package uses (Tedious) doesn't support it. I think including the driver called MSNodeSQLv8 (npm install mssql msnodesqlv8) and specifying this driver in config if it is windows authentication should make this work. Thank you!
watak commented
Hey, I noticed this as well, it would be awesome if this was working as it doesn't work in Azure environments without Windows Auth.