Windows Authentication (SQL Server JDBC)
- 13 Sep 2023
- 1 Minute to read
- Print
- DarkLight
Windows Authentication (SQL Server JDBC)
- Updated on 13 Sep 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Enabling Windows Authentication for SQLServer JDBC driver
The SQLServer JDBC driver allows you to log in to SQLServer using a Windows account (that has been granted appropriate access in SQLServer). The JDBC driver needs a native Windows DLL to perform this function.
Requirements:
Latest version of DataWORQ installed on a Windows server
mssql-jdbc_auth-11.2.3.x64.dll copied to your Java installation's bin directory on the Tomcat server
mssql-jdbc_auth-11.2.3.x64.dll
is included in the installation files provided with the application underTomcat/put_these_in_java_bin_path
In DataWORQ:
- User: can leave blank
- Password: can leave blank
- URL: must have integratedSecurity=true; in URL
Was this article helpful?