JDBC - This driver is not configured for integrated authentication

Hi @Francesco_Esposito ,

I found this Microsoft documentation that might help:

If you're seeing the error "This driver is not configured for integrated authentication" when using SQL Server with Logstash, you need to make the native authentication DLL file (mssql-jdbc_auth-12.10.0.x64.dll or x86.dll) available to Java.

There are two ways to do this:

  1. Copy the .dll file to a directory that is included in the Windows PATH.
  2. Or, set the java.library.path property to point to the directory where the file is located.