Colin
(Colin)
September 10, 2025, 6:58am
6
In that case, we would reccomend using SQL authentication. It may be possible to use integrated auth, but you’ll kind of be on your own to figure it out.
Hey there.
Typically we recommend that Linux users continue to use SQL authentication, as this doesn’t require any additional setup and historically Integrated Authentication was only possible for Linux machines joined to a Windows domain using a specific JDBC driver (that we didn’t test or support).
That being said, it appears the winds have changed and it’s possible to utilize Integrated Authentication with the regular Microsoft SQL Server JDBC Driver on a Linux box joined to a Windows domai…