We have a workflow which requires to connect a SQL Server. The SQL Server is mixed authentication (windows account + SQL server account). We have a shared SQL account: UserA. So I created a system ODBC connection to the database in Alteryx desinger embedded with UserA’s username and password. Then I build the workflow by using the above ODBC connection and published it in our company's gallery. Everyone can run the workflow from the gallery without inputting their own username/password.
However using a shared account doesn’t comply with our security police. So now every user is required to use their own credential to access SQL server and that’s their windows account. I need to publish a workflow that can’t save any username+password. But when the user is trying to run the workflow, the workflow will prompt a window to let user to input their username/password in order to access the SQL server data.
Can anyone share some experience how to fulfill such requirement? Thanks!