Junction configuration

To use WebSEAL as a reverse proxy for RPC over HTTP requests between Outlook and Exchange, we must use a transparent path junction or a virtual host junction. When issuing an RPC over HTTP request, the Outlook client tries to access the URI /rpc/rpcproxy.dll on the junctioned IIS server configured to communicate with the Exchange server.

To authenticate the user to WebSEAL and the Exchange server, use the -b ignore parameter when creating the junction. This parameter ensures the BA header used by WebSEAL for authentication is also used to authenticate to the IIS server that communicates with the Exchange server. For more details, see Authentication limitations.

Use an SSL junction for this configuration; Outlook does not support HTTP when using BA authentication.

Transparent path junctions

The following command illustrates how to create a transparent path junction:

where:

Virtual host junctions

The following command illustrates how to create a virtual host junction:

where:

Parent topic: Microsoft RPC over HTTP

Related concepts