I am using Anypoint Studio 6.2 and Mule runtime 3.8.3.
I want to log into an SQL Server database using Windows Auth and an article that says I should
"connect to the MS SQL Server database using the credentials of the user running the Mule runtime process by providing the integratedSecurity=true parameter to the JDBC URL. Something like this: jdbc:sqlserver://sqlserver;integratedSecurity=true;"
How do I find the username against the mule runtime or change the username to something different?
Thanks