Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
To install agents on user workstations, follow these steps:
- Run the AxidianCertiflow.Agent.-<version number>.en-us.msi from Axidian CertiFlow installation package and follow the wizard instructions. Agent will launch automatically.
- Configure the settings
- required to connect to
- Axidian CertiFlow server. You can do it via:
- Group Policy
- Windows Registry
Configuring Agent settings via Group Policy
To add an Axidian CertiFlow administrative template (ADMX), proceed as follows:
Copy the contents of AxidianCertiflow.Client\Misc\PolicyDefinitions folder to the central ADMX file storage of domain controller C:\Windows\SYSVOL\domain\Policies\PolicyDefinitions.
Info If you use local ADMX file storage, place Axidian CertiFlow templates in C:\Windows\PolicyDefinitions folder.
- Open the Group Policy Management console.
Create a new group policy object in the console tree or select an existing one.
- Open the context menu and select the Edit item.
- In Group Policy Management Editor select Computer Configuration > Policies > Administrative Templates > Axidian CertiFlow > Agent.
- Enable the Agent's URL Settings policy and specify its values:
- Specify the path to the agentregistrationapi application, located on Axidian CertiFlow server, in the Agents registration service URL parameter.
Specify the path to the agentserviceapi application in the Agents service URL parameter.
Info title Example: Agent registration service URL: https://srv.demo.local:3003/agentregistrationapi/
Agent service URL: https://srv.demo.local:3003/agentserviceapi/Image Added
- Enable the Agent's URL Settings policy and specify its values:
- Specify the path to the agentregistrationapi application, located on Axidian CertiFlow server, in the Agents registration service URL parameter.
Specify the path to the agentserviceapi application in the Agents service URL parameter.
Info icon false title For example: Agent registration service URL: https://srv.demo.local:3003/agentregistrationapi/
Agent service URL: https://srv.demo.local:3003/agentserviceapi/
- Link this policy object to a group, which includes Axidian CertiFlow user workstations.
- Click Apply and perform policy update.
Note |
---|
Policies are updated after you reboot the workstation with agent installed. To force Group Policy updates without rebooting, run the gpupdate /force command. |
Additional policies
You can configure additional policies for agents operation:
- Agent's timeouts settings
The policy defines:
- Timeout of requests to agent services (default value is 30 seconds)
- Frequency of agent status update request (default value is 300 seconds)
- Frequency of agent settings, bindings, tasks and sessions update request (default value is 30 seconds)
- Timeout request to disconnect agent from CertiFlow server (default value is 3 seconds)
- Events caching settings
The policy defines:
- time limit for the agent to attempt sending events from cache to CertiFlow server (default value is 10 minutes)
- number of events sent to the server per request (default value is 500 events)
- Proxy server settings
The policy defines the use of a proxy server when you connect to CertiFlow server.
If the policy is disabled or not set, the proxy server will not be used.
You can set the proxy server address in Proxy server field.
- Event log settings
The policy defines the event recording level in the CertiFlow server Event Log:
- All (default)
- Errors only
- Warnings and errors only
- Tasks caching settings
The policy defines:
- how often the task cache is updated and how often the task status is sent to the server, if the task status was not reported to the server immediately (default value is 60 seconds)
- how much time must pass before tasks are removed from cache during the next cache refresh (default value is 300 seconds)
- how much time must pass before a task canceled by the user can be re-executed (default value is 60 seconds)
- Smart card status update settings
The policy defines how often the smart card status is checked (default value is 30 seconds):
- Lock user/administrator PIN
- User/administrator PIN input retries
Scroll Pagebreak
Configuring Agent settings via Windows Registry
Create a registry file (.reg)
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 | ||
---|---|---|
| ||
Windows␣Registry␣Editor␣Version␣6.30Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\IndeedCMAxidianCertiFlow\Agent] "AgentRegistrationServiceUrl"="" "AgentServiceUrl"="" "ProxyEnable"= "ProxyServer"="" |
Warningtip |
---|
For 32-bit systems, the parameter branch is: [HKEY_LOCAL_MACHINE\SOFTWARE\IndeedCMAxidianCertiFlow\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.
If you use a proxy on workstations where agent is installed, specify ProxyEnable and ProxyServer parameters (proxy server URL).
Info | ||||
---|---|---|---|---|
| ||||
|
Here is an example of a .reg file to connect to Indeed CM Axidian CertiFlow server named srv.demo.local via https HTTPS protocol and 3003 portport using the proxy server https://192.168.10.10:443.
Code Block | ||||
---|---|---|---|---|
| ||||
Windows␣Registry␣Editor␣Version␣6.30Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\IndeedCMAxidianCertiFlow\Agent] "AgentRegistrationServiceUrl"="https://srv.demo.local:3003/agentregistrationapi/" "AgentServiceUrl"="https://srv.demo.local:3003/agentserviceapi/" "ProxyEnable"=dword:00000001 "ProxyServer"="https://192.168.10.10:443" |
Warning |
---|
Distribute the registry file and make changes to user workstations’ settings. For the changes to take effect, restart To apply changes, reboot the workstation with Indeed CM Axidian CertiFlow Agent installed or restart Indeed CM the Axidian CertiFlow Agent Serviceservice. |
Divbox | |
---|---|
|