Using Integrated Authentication within BizTalk Orchestration
Consider the following scenario:
You have configured a web port within your orchestration and set the URL dynamically. Now you are trying to consume a web service useing windows integrated authentication based on current credentials (the default credentials).
How to achieve this in BizTalk?
In .NET you can do this like,
service1.Credentials = System.Net.CredentialCache.DefaultCredentials;
To do this within BizTalk orchestration
set the Send Port Adapter (transport) settings to use Integrated Authentication.