AD authentication for SQL Server

Hello All,

We have started using Liquibase community in our environment for Oracle DB deployments. Everything is working as expected so far. We are using Oracle wallets for authentication. When it comes to SQL Server our standard is to use AD authentication but when we use AD authentication, by default Liquibase authenticates the OS user in ACtive directory and connects to the database. But it’s a maintenance nightmare to have so many OS IDs created. Is there anyway I can pass in the run time the Id through which the Connection should get authenticated?

Hi @Devopsfordb ,

Maybe this article will help?

If you get it working, would you please share what you did? Thanks in advance.