Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Enterprise single sign-on, how it works? › Enterprise single sign-on, how it works?
Looking directly into the BiztalkMsgBoxDb is far too hard, use the HAT or the admin console(I assume you are using Biztalk 2006)
The easiest way to track this is to stop(do not unenlist) the orchestration and send port and submit a message.
Use the HAT to look at the message and the message context.
The inbound HTTP request should appear in the message box, you can check the BTS.SSOTicket and also the HTTP.InboundHttpHeaders which should contain the windows username. These will be in the message context.
Now start the orchestration, you can check the output of the orchestration, making sure the BTS.SSOTicket is the same.
Lastly start the Send port. The message should then be sent to Oracle.
Do you have any logic in your orchestration or do you just receive and send same message.
Greg