I see posts come up every 6 - 9 months on SQL Server data sources and windows authentication. Since windows auth is more secure, it would be my first choice - but TBH the only way I can get integrated auth to work is using the deprecated (in lucee admin) 'other JDBC' driver. Even though my 'other JDBC' driver connection string references SQL Server JDBC 8.4.1 {JRE8] under the covers when you look at the connection string in lucee-server.xml.
Despite my preference to use windows auth, I also really don't want to implement a data source that is either deprecated for a good reason (might be no longer supported soon) or has material performance issues that will show up under heavy prod load.
this thread -
https://dev.lucee.org/t/using-a-windows-domain-account-in-a-lucee-ms-sql-datasource/4459 talks about hooking up a supported driver by editing the lucee-server.xml, but i could not get that to work under 8.4.1, on the latest release of lucee 5.
Lastly - I think Zac said in March in a thread that windows auth is not supported...Not sure if he meant setting up via admin, or just meant.. 'stop using it at all, people'
so bottom line - is anyone using window auth to SQL server in production reliably and are there valid reasons not to?