Home Page › Forums › BizTalk 2004 – BizTalk 2010 › WCF Adapter and SSO › Re: WCF Adapter and SSO
October 8, 2008 at 5:21 PM
#20931
Are you flowing the original user credentials through BizTalk and into Oracle? That is the problem that SSO is designed to solve. You just mentioned that you have to re-enter the password every time you promote the application, and there is a simpler solution than SSO for that problem. To keep from re-entering the password every time you promote the app, just open the binding file in a text editor and do a find and replace of “Password=**********” with “Password=<real password>”.