Configuring the probe to connect using a proxy server for OAuth2 authentication

You can configure the Probe for Microsoft EWS Probe to connect using a proxy server when the authentication type is set to Oauth2.

For a successful connection using a proxy server, you require two types of proxy server: namely, HTTP and SOCKS.

To connect using a proxy server when the authentication type is set to Oauth2, configure the following probe properties:

  • ProxyDomain

    The domain of the HTTP proxy server.

  • ProxyHost

    The HTTP proxy server address when its usage is required.

  • ProxyPort

    The port number to use in the HTTP proxy server.

  • ProxyUserName

    The username for the HTTP proxy credential.

  • ProxyPassword

    The password for the HTTP proxy credential.

  • SOCKSProxyHost

    The SOCKS proxy server address when its usage is required.

  • SOCKSProxyPort

    The port number to use in the SOCKS proxy server.

  • SOCKSProxyUserName

    The username for the SOCKS proxy credential.

  • SOCKSProxyPassword

    The password for the SOCKS proxy credential.