Forum Discussion
The SQL Server snap pack does support Windows Authentication if you have a Snaplex that runs Windows. See below snippet from our documentation
- Make sure that Snaplex is running Windows (Linux is not supported).
- Place the latest version of sqljdbc_auth.dll in $SL_ROOT/ldlib (c:\opt\Snaplogic\ldlib). You can find latest the version of the DLL on the Microsoft SQLServer Server JDBC Driver website.
- Configure an extra property for JDBC : “Integrated Security” = “true”
This community post is another good resource to refer to for this topic.