Re: question with windows authentication with BTS server

Home Page Forums BizTalk 2004 – BizTalk 2010 question with windows authentication with BTS server Re: question with windows authentication with BTS server

#21124

No, BizTalk will use the BizTalk service account context.  You can specify a SQL login in the connection string if you want.  BizTalk does have a provision for passing the user account context along with the message:  Single Sign-On (SSO).  Many BizTalk adapters have SSO support, although maps and functoids do not.  Another option might be to use the SQL adapter instead of a map to access SQL Server.  The SQL adapter and SSO might be a solution for you.  (I don’t know whether the SQL adapter supports SSO, you would need to do some research)