Editar

Compartilhar via


How to Secure Pipelines

Authentication trusted

Hosts can be marked in the administration console as Authentication Trusted. Denoting a host as Authentication Trusted means that the Microsoft BizTalk Server will trust the security-related properties sent on the message context of a message from that host. The security-related properties on the message context are the OriginatorPID, which corresponds to the message context property BTS.SourcePartyID, and the OriginatorSID, which corresponds to the message context property BTS.WindowsUser. For more information, see Message Context Properties in the UI guidance and developers API namespace reference.

A host that is marked as Authentication Trusted is allowed to indicate that the trusted host is adding a message to the queue from someone other than itself as the sender of the message. In other words, hosts that are not marked as Authentication Trusted are not allowed to add a message to the queue from a message sender other than themselves.

Important

The MIME/SMIME Decoder pipeline component does not check the expiration date of decryption certificates. However, it does check the expiration date of signing certificates.

For information about encoding and decoding messages sent over SMTP or HTTP, see MIME-SMIME Encoder Pipeline Component. Also, see MIME-SMIME Decoder Pipeline Component.

For information about signature verification when dealing with third parties, see Party Resolution Pipeline Component. Also, see Create an Agreement.

See Also

Creating Pipelines Using Pipeline Designer
Developing Custom Pipeline Components