Skip to content
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

Enable Integrated Authentication #20

Open
Bjornej opened this issue Nov 7, 2017 · 1 comment
Open

Enable Integrated Authentication #20

Bjornej opened this issue Nov 7, 2017 · 1 comment

Comments

@Bjornej
Copy link

Bjornej commented Nov 7, 2017

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?

@gbrian
Copy link
Owner

gbrian commented Nov 13, 2017

Hi @Bjornej ,

Following documentation is supposed to be easy as:

  • Install msnodesql
  • Add extra parameter to your connection string ?drive=msnodesql&trustedConnection=true
    After fighting for couple of hours I gave up :( sorry!

Even been able to manage installing msnodesql still having an error when this module is being loaded.
https://stackoverflow.com/questions/19661811/unable-to-download-msnodesql-0-2-1-v0-10-x64-msi

I'll keep you posted if there's any advance on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants