You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for the plugin, it's really useful to us but we have a issue with authentication.
Basically all our SQL Servers only work with Trusted Connection delegating authentication to Windows and Mixed mode authentication (username and password) is disabled for security reasons.
First of all thanks for the plugin, it's really useful to us but we have a issue with authentication.
Basically all our SQL Servers only work with Trusted Connection delegating authentication to Windows and Mixed mode authentication (username and password) is disabled for security reasons.
I've tried various forms of the connection string but I don't seem to be able to enable Trusted authentication even if it seems to be possible with the underlying mssql driver (https://github.com/patriksimek/node-mssql#microsoft--contributors-node-v8-driver-for-nodejs-for-sql-server)
Can you point me in the right direction? Is this currently possible?
The text was updated successfully, but these errors were encountered: