CID Agent - Proxy Configuration
  • 27 Feb 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

CID Agent - Proxy Configuration

  • Dark
    Light
  • PDF

Article summary

Proxy is used as an intermediary to facilitate all API communication between the agent and Cross Identity.

To configure the Proxy(static) server settings, add the following entries to the parameters.properties file in the Agent SRC folder to populate the registry with proxy server information:

#Proxy config
ProxyEnabled=
ProxyHostname=
ProxyPort=
ProxyUsername=
ProxyPassword=

It supports both proxy and non-proxy configurations:

  1. If the value is set to ProxyEnabled=True, then the static proxy settings will be used.
  2. If the value is set to ProxyEnabled=False, it will override the proxy settings and work normally.
Information:
Only one IP can be mentioned with Port and credentials. Multiple IPs are not supported.



Was this article helpful?