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.vmoptions
file: add the-Djava.library.path
variable and specify the path to thesqljdbc_auth.dll
file in theauth\x64
subfolder of the driver installation folder.
To configure the database account to use Windows Authentication, you must adapt your LuciadFusion configuration profiles:
-
Remove both the
username
andpassword
parameters from thefusion.studio.db
section. -
Add
integratedSecurity=true
to theurl
parameter in thefusion.studio.db
section.
See Configuring LuciadFusion Studio for more information about the configuration profiles.