Install the Okta On-prem SCIM agent

Early Access release

  1. In the Admin Console, go to Settings > Downloads.

  2. Locate the Okta On-prem SCIM section and click Download Latest.
  3. Copy the downloaded .rpm file to a scratch directory (temporary folder) on your Linux server, and then cd to that directory.
  4. Install the OPS agent by running the following, replacing OktaOnPremSCIMAgent with the name of your downloaded file:
    sudo yum localinstall OktaOnPremSCIMAgent.rpm
  5. When you're prompted to continue, enter yes
  6. Run the following script:
    sudo /opt/OktaOnPremSCIMAgent/configure_agent.sh
  7. Move the JDBC driver file (which you downloaded in the prerequisites) to the OPS agent library directory:
    sudo cp /path/to/ojdbc.jar /opt/OktaOnPremSCIMAgent/userlib/
  8. Restart the OPS agent to apply the changes:
    sudo systemctl restart OktaOnPremSCIMAgent.service