Windows Authentication
- 09 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Windows Authentication
- Updated on 09 Jan 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 login 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 Euclid Studio installed on a Windows server
- sqljdbc_auth.dll copied to C:\Windows\System32 on Tomcat server
Here are the files on SFTP:
In Euclid Studio:
- User: domain\user or machine\user
- Password: Windows domain or machine password
- URL: must have integratedSecurity=true; in URL
Was this article helpful?