Install the Okta On-prem SCIM agent
Early Access release
Note: Okta On-prem SCIM agent replaces the Okta On-prem SCIM server and the Okta Provisioning Agent within the On-Prem Connector for Generic Databases. This unified agent combines installation, registration, and provisioning into a single process.
-
In the Admin Console, go to .
- Locate the Okta On-prem SCIM section and click Download Latest.
- Copy the downloaded
.rpmfile to a scratch directory (temporary folder) on your Linux server, and thencdto that directory. - Install the OPS agent by running the following, replacing OktaOnPremSCIMAgent with the name of your downloaded file:
sudo yum localinstall OktaOnPremSCIMAgent.rpm - When you're prompted to continue, enter
yes - Run the following script:
sudo /opt/OktaOnPremSCIMAgent/configure_agent.sh - 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/ - Restart the OPS agent to apply the changes:
sudo systemctl restart OktaOnPremSCIMAgent.service