My keycloak instance is planned to use SQL Server for its database.
It will be running on a Windows Server in an Active Directory domain
I'd like to not embed the User/Password in the standalone.xml file.
To enable this, the driver requires a windows dll to perform the db connection
authentication.
So, I'm looking for the best way to accomplish this.
I'd rather not add -Djava.library.path=<path to folder> as a parameter when
invoking standalone.bat
Is there a way to configure it in the module created for the JDBC driver jar?