|
You can enable this feature only if you’re running LuciadFusion on a Windows machine. |
If you want to use Windows authentication to access your SQL Server database instead of the credentials in the LuciadFusion configuration profiles, you must download a compatible JDBC driver for SQL Server.
To download the native driver for Windows Authentication, and configure LuciadFusion to use it:
-
Download the compatible MSSQL JDBC driver from https://learn.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server.
-
Execute the self-extracting zip file to unzip the driver to your local file system.
-
In the LuciadFusion installation folder, adapt the
config/vmoptions/com.luciad.fusion.platform.vmoptionsfile: add the-Djava.library.pathvariable and specify the path to thesqljdbc_auth.dllfile in theauth\x64subfolder of the driver installation folder.
To configure the database account to use Windows Authentication, you must adapt your LuciadFusion configuration profiles:
-
Remove both the
usernameandpasswordparameters from thefusion.studio.dbsection. -
Add
integratedSecurity=trueto theurlparameter in thefusion.studio.dbsection.
See Configuring LuciadFusion Studio for more information about the configuration profiles.