Security Considerations for Developing Orchestrations

When designing your orchestrations, you should consider potential security issues.

Avoid subscriptions based on content from untrusted messages

To ensure that a low-privilege message does not initiate an orchestration instance that could potentially create subscriptions based on the message content or context, it is highly recommended that your orchestrations do not create their message subscriptions based on the content or context of a message that is not trusted.

For information about security in BizTalk Server, see Securing BizTalk Server.

See Also

Creating Orchestrations
About Orchestrations