When setting up a new Microsoft SQL server data source, is there a way to configure the DB authentication using LDAP instead of standard DB user/password ?
(running on version 8.0.2.b37747)

1 Like

I’m not sure. How do you expect this feature to work? That each user in Redash has their credentials passed to the database?

We receive active directory (LDAP) user id and password for the data source. Currently with the sql server data source seems to only supports sql server local server accounts.

Similar to this for JDBC connections: Building the connection URL - JDBC Driver for SQL Server | Microsoft Docs

If using node.js, something like this?

node.js - connect to Sql Server with Active Directory from nodejs on a linux machine - Stack Overflow