Varad, The .NET Guy!

Exploring the excitement of Microsoft .NET and much more..

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.

 

Posted: Feb 06 2005, 05:45 PM by Varad | with no comments
Filed under:

Comments

No Comments