-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
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?
Reactions are currently unavailable