Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The client part of Agent is installed onto user workstations. The parameters required to connect to Indeed CM server are configured during installation via conversion file (.msi) or Windows registry.

Info
To obtain the Indeed CM Agent installation package, please contact the Indeed Identity technical support.

Run the IndeedCM.Agent.msi from Indeed CM installation package and complete the procedure, following the Wizard instructions. The Agent starts up automatically after installation.

Setting up the Agent parameters via registry

Create a registry file (.reg) file with the following contents:

Code Block
languagepowershell
Windows␣Registry␣Editor␣Version␣6Windows Registry Editor Version 6.30
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\IndeedCM\Agent]
"AgentRegistrationServiceUrl"=""
"AgentServiceUrl"=""


Warning

For 32-bit systems, the parameter branch is:

[HKEY_LOCAL_MACHINE\SOFTWARE\IndeedCM\Agent]

The AgentRegistrationServiceUrl parameter specifies a link and port to connect to agentregistrationapi application.

The AgentServiceUrl parameter specifies a web-address and port to connect to agentserviceapi application.

Here is an example of .reg file to connect to Indeed CM server named srv.demo.local via https protocol and 3003 port.

Code Block
languagepowershell
titleExample:
Windows␣Registry␣Editor␣Version␣6Windows Registry Editor Version 6.30
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\IndeedCM\Agent]
"AgentRegistrationServiceUrl"="https://srv.demo.local:3003/agentregistrationapi/"
"AgentServiceUrl"="https://srv.demo.local:3003/agentserviceapi/"


Warning

Distribute the registry file and make changes to user workstations’ settings. For the changes to take effect, restart the workstation with Indeed CM Agent installed or restart Indeed CM Agent Service service.