Enterprise single sign-on, how it works?

Home Page Forums BizTalk 2004 – BizTalk 2010 Enterprise single sign-on, how it works? Enterprise single sign-on, how it works?

#14267

hi again. Yes i runs Biztalk 2006 Beta 2 also with the new oracle adapter that comes with it.
i’ve tracked the messages, it contains the correct windows user and SSOTicket, and it’s different when i logged on as different domain user.

So the problem must be either the Orchestration process, that overwrites this context user with the user that runs host instance or the Oracles Adapter does not pick up the correct user.

My orchestration is very simple, i use only send and recieve message, no transformation or create any new messages, it can illustrate as belows:

message to http —————–> orchestration <———> Oracle Adapter
response <—————-

The http adapter is set up to use SSO, and IIS has integrated windows authentication. Oracle adapter port has also set to use SSO with my affiliate application that i created, and the windows user is mapped into oracle user. i can’t really see where it can go wrong here. All the ports and orchestration runs under trusted host instance (both in-process and isolated). [/img]