Change the number of Okta Active Directory agent threads

You don't need to install more AD agents for large requests. Increasing the number of threads used to poll allows the existing Okta AD agent to process more requests.

  1. Open Windows Services and stop the Okta AD agent service.
  2. From the terminal, locate the OktaAgentService.exe.instances.config file for each Okta AD agent server:

    C:\Program Files (x86)\Okta\Okta AD Agent\OktaAgentService.exe.config

  3. Open OktaAgentService.exe.config in a text editor. Find the PollingThreads entry:

    <add key="PollingThreads" value="2" />

    The default value is 2 and the maximum value is 10.

  4. Save the file and then restart the Okta AD agent service. To verify that the setting has changed, open the agent.log file at startup and observe the startup information at the bottom of the file:

    2017/07/21 06:06:22.167 Debug – TEST-SERVER-1(4) – PollingThreads: <thread number>