Set up an App in Okta for User & Group Provisioning

Last modified on March 11, 2024

User provisioning provides you with the ability to continue to manage your organization’s users in one place, and have those users populate into StrongDM. Provisioning prevents the need to create a duplicate set of users in StrongDM that already exist in your identity management service. When provisioning users, the users are set up in the external service and are then synced to StrongDM. The provisioned users are not able to be individually edited within StrongDM. Changes to provisioned users are made at the source and are synced to StrongDM afterward. These users in StrongDM are given access to resources in the same manner as native users: by assigning them to roles that contain the desired access permissions.

This guide will show you how to deploy an Okta app integration using System for Cross-domain Identity Management (SCIM) provisioning. When done, you will have enabled a SCIM app integration with provisioning to securely automate and manage user identity information, such as user account creation, updates, and deactivation, between Okta and StrongDM.

Requirements

  • If you are currently using the Okta script we provided to do directory sync through the StrongDM API, please disable that before activating the SCIM Provisioning integration.
  • You must be a StrongDM user with the Administrator permission level and a user with administrator rights in your Okta account.

Supported Features

The following provisioning features are supported by StrongDM:

  • Push Users: Users in Okta that are assigned to the StrongDM application within Okta are automatically added as users in StrongDM.
  • Update User Attributes: When user attributes are updated in Okta (first name, last name, email address), they will be updated in StrongDM.
  • Deactivate Users: When users are deactivated in Okta or unassigned from the StrongDM application, they will be Suspended within StrongDM.
  • Push Groups: Groups and their users in Okta can be pushed to StrongDM as Roles (group information from Okta can be used to map users to StrongDM Roles).
  • Import Groups: Roles from StrongDM can be imported into Okta as Groups at setup.
  • Import Users: Users from StrongDM can be imported into Okta at setup.

Step-by-step Configuration Instructions

These instructions walk you through the process of adding a SCIM application in Okta and grabbing your token from the StrongDM Admin UI. We recommend that you keep both Okta and the Admin UI open in your browser so you can easily tab between them.

  1. Log in to your Okta account.
  2. From the Admin Console, go to Applications > Applications and click Browse App Catalog (if you have already added the StrongDM app through our Okta SSO guide you can skip to Step 7).
  3. Search for and select the “StrongDM” app, then click Add.
  4. Change the label for the app if you’d like, then click Done.
  5. On the Sign On tab, click Edit in the upper-right, then in the Credentials Details section set Application username format to “Email”.
  6. Click Save.
  7. Select the Provisioning tab and then click Configure API Integration.
  8. Select the checkbox for Enable API Integration.
  9. API Token: Get the StrongDM SCIM token by following these steps:
    1. Go to the StrongDM Admin UI’s Settings > User Management > Provisioning section.

    2. Set the SCIM Provider option to Okta.

    3. Click Activate SCIM and then copy and save the token generated.

    4. Go back to your Okta console and fill the API Token field with the token you copied.

      For example: aabb12fjfl445...jkhksjhf98345un

  10. Click Test API Credentials to test whether the integration can connect to the SCIM API. If there are errors, make sure your base URL and API token are correct and try again.
  11. Click Save to finish the integration setup.

Configure Provisioning options

Next, configure SCIM options so that the integration knows how to handle provisioning of the users and groups from Okta into StrongDM.

  1. On the Provisioning tab of the Okta integration, select the To App tab from the left-hand side and then click Edit.
  2. Select the checkboxes to enable the following options:
    1. Create Users: This enables Okta to create Users in StrongDM, based on assigned users in Okta. If Okta detects an existing StrongDM User that has the same email address as an existing Okta user, Okta will take control of that StrongDM User. If there isn’t an existing StrongDM User with that email, Okta will create a new User in StrongDM.
    2. Update User Attributes: This enables Okta to update the name and email addresses of StrongDM Users based on changes to that User in Okta.
    3. Deactivate Users: This enables Okta to suspend Users in StrongDM when they are unassigned from the application within Okta. These Users will also be reinstated if they are assigned back to the StrongDM application within Okta.
  3. Select Save.

Setup is now complete!

Troubleshooting and Tips

Due to the nature of how Okta integrates through SCIM 2.0, there are a few limitations and usage tips to be aware of.

Your Initial Provisioning of Users and Groups

Once you’ve configured provisioning within Okta, follow these steps in order to sync your initial set of Okta users and groups with StrongDM.

  1. Go to the Assignments tab, click Assign, and then choose the Assign to Groups option.

    • Assign to Groups lets you assign groups of Okta users to StrongDM.
    • The Okta users that you select here will be assigned to StrongDM. If they already exist in StrongDM, Okta will take control of them. If they don’t already exist in StrongDM, Okta will create them.
    • If you’re using Okta as your SSO with StrongDM, we recommend using a shared Okta group to assign users to both of these StrongDM apps.
  2. Go to the Push Groups tab, click the Push Groups button, and choose the Find groups by name option.

    1. Enter text in the box to search for the Okta groups you want to add to StrongDM as Roles.
    2. If a StrongDM Role with that same name doesn’t already exist, you will be provided the option to create that Role or link this group to an existing StrongDM Role of a different name.
    3. Select Save & Add Another to keep going, or just Save when you are done adding Okta groups.
  3. On the Provisioning tab in the application, scroll down and click Force Sync to initiate the sync process for the first time. The first sync may take some time to complete, so just wait and let the process complete.

  4. In the StrongDM Admin UI:

    1. Go to the Users page to confirm that Users look as expected.
    2. Go to the Roles page to check that Roles look as expected.

Individual administrator account(s)

It is recommended that your organization have at least one administrator privileged User who is assigned individually within Okta, so that you always have access to an account with administrator privileges. This could be useful in a “break glass” situation in which a group assignment(s) is accidentally removed from Okta, causing administrative users to be suspended and creating a “locked out” situation. To assign a User, go to Okta’s Assignments tab and use the Assign to People option.

Okta Provisioning Management

After the initial sync is complete, you should see that the Users and Roles in the StrongDM Admin UI match the Okta users and groups that you chose in the previous steps.

Going forward, any changes you make in Okta will be reflected in StrongDM when you:

  • Assign and unassign users from the application.
  • Link and unlink groups from the application.
  • Add and remove users from groups in Okta.

Information about Okta Managed Users and Groups

Users and groups that are assigned/linked to StrongDM from within Okta will be considered “Okta Managed” and are mostly read-only from a StrongDM perspective. Any time you assign a new Okta user to the StrongDM application, we recommend using the Force Sync button from the Provisioning tab in Okta.

Here’s how Okta Managed Users are handled:

  • An Okta user who is unassigned from the StrongDM application will suspend that User within StrongDM.
  • An Okta group that is unlinked from the StrongDM application will remove Users from that StrongDM Role within StrongDM and then delete that Role.
  • An Okta user who is added to an Okta group will attach that StrongDM User to that Role in StrongDM.

Remote Identities

If you intend to use Remote Identities for your users, you can send a user’s Remote Identity value from Okta. To do this, create a custom attribute in Okta for the Remote Identity value, and map that to the defaultRemoteIdentity attribute on the StrongDM side.

Information about user management in StrongDM

In addition to managing Users and Roles through Okta, you have the flexibility to continue managing your users and roles directly through StrongDM.

Here’s what you can do:

  • Manually create Users, Service Accounts, and Roles within StrongDM—these will be identified with the sdm badge in the Admin UI indicating that they are “StrongDM Managed.”
  • Attach StrongDM Managed Users and Service Accounts to both StrongDM Managed Roles and Okta Managed Roles from within StrongDM.
  • Attach Okta Managed Users to StrongDM Managed Roles from within StrongDM.
  • Set Permission Levels for Users within the Admin UI for both StrongDM Managed and Okta Managed Users.
  • Grant access through Roles and Temporary Access for Users from within StrongDM.

If Okta suspends Users, they won’t be unassigned from StrongDM

Okta has an option to “suspend” users. Doing so will not unassign the user from the StrongDM application and therefore won’t suspend their corresponding Okta Managed User in StrongDM. Make sure to either unassign the Okta user from the application or deactivate the Okta user from within Okta in order to remove their StrongDM access as well. Okta does not communicate this information to StrongDM in any other way.

Options to avoid

When unlinking an Okta group from StrongDM, we strongly encourage you not to select the option to “Leave the group in the target app.” Selecting that option will cause the following to happen:

  • The corresponding Okta Managed Role in StrongDM will persist in a read-only state.
  • You won’t be able to delete the corresponding Okta Managed Role within StrongDM.
  • Okta Managed Users attached to the Role will continue to have the access granted by the Role and cannot be unattached within StrongDM.

If you end up in this situation, just relink the Okta group to the StrongDM Role from within Okta. Going forward, you will be able to remove the Okta Managed Group properly.

When trying to push a Group from Okta to StrongDM, if a StrongDM Role with the same name already exists and you choose the “Create Group” option within Okta, you will get an error. In a case like this, you should click the Refresh App Groups button in Okta, then choose the “Link Group” option when pushing the Group. This will correctly link the Okta Group with the matching StrongDM Role.