Overview
Provisioning automatically adds and deactivates users in your Incydr environment as well as assigns users roles and permissions. This article explains how to connect Okta provisioning and Incydr. Once configured, Incydr automatically adds, updates, and removes users based on syncs from Okta to Incydr.
This article assumes you are familiar with the concept of provisioning. To learn more, see our introduction to provisioning. If you want to add Okta as an authentication provider, see Configure Okta for SSO in your Incydr cloud environment.
Considerations
-
To enable Okta's provisioning in Incydr, your Okta environment must be licensed for the Lifecycle Management feature. If you are not licensed for the feature, you can still use Okta for authentication.
-
Configure your private network, Internet, and VPN settings to allow client devices to communicate with your provisioning provider on port 443. Test client connectivity to the provisioning provider before you proceed.
-
Local users cannot be created, updated, or deleted from the provisioning provider. These users can only be managed in the Incydr console.
User Provisioning
The following user provisioning features are available in the Incydr Okta application in the cloud. For more information on these provisioning features, see Okta's documentation.
Supported
- Create Users: New users created in Okta are also created in Incydr
-
Deactivate users: Deactivating the user in Okta deactivates the user in Incydr
Note: Deactivating an Incydr user means removing the user's account and placing the user's data into cold storage. Learn more about deactivating a user. By default, there is a 15 minute delay before Incydr deactivates a user. - Push groups: Adds groups and users from Okta to Incydr
- Update user attributes: Okta updates users' profiles. Okta profile values overwrite any changes made in Incydr.
Not Supported
- Import users from Incydr to Okta
- Password sync
Deactivate users
There are a few special considerations when deactivating users.
Deactivation delay
When a provisioning provider sends an update to deactivate a user, Incydr waits 15 minutes before deactivating the user. This helps protect against moving users backup archives into cold storage if the users are accidently deactivated in the provisioning provider. You can adjust the delay time in the Incydr console. Note that the delay only applies when deactivating users using provisioning. When you manually deactivate users in the Incydr console, there is no delay.
Okta suspended state
You can suspend users via Okta. Suspended users cannot sign in to the Incydr console or agents on their devices. However, suspending users does not deauthorize them (sign them out of the agent) if they are currently signed in.
Backup agent only: When you suspend users in Okta, you must go to the Incydr console and manually block those users. Blocking users signs them out, and prevents them from signing back in to the agents on their devices.
Users on legal hold cannot be deactivated
Backup agent only
If you place users under legal hold, the provisioning provider cannot deactivate them. Their data is retained for the legal hold process. Users are blocked instead of deactivated. Once your release users from legal hold, they are automatically deactivated.
Before you begin
Step 1: Create Incydr organizations
This step is only required if you choose to use the Single Organization or Custom SCIM mapping methods. The "c42OrgName" attribute and Custom attribute methods create Incydr organizations automatically.
Step 2: Add a provisioning provider in the Incydr console
- In the Incydr console, navigate to Administration > Integrations > Identity Management.
- Select the Provisioning tab.
- Click Add Provisioning Provider and select Add SCIM Provider from the menu.
The Add SCIM provisioning provider dialog is displayed. - Enter a display name, and for Authentication credential type select API credentials (default).
You must select API credentials for use with Okta provisioning. - Click Next.
- The SCIM Provider Created message appears. Leave this message open. You need this information for the next step in the provisioning provider setup.
After you have used the information here for provisioning provider setup, click Done.
Step 3: Add the Okta application for Code42/Incydr
Do not assign people to Okta's Code42 application yet. First complete the organization mapping (Step 7) and role mapping (Step 8). If you assign people to the Code42 application before you configure mapping, Okta cannot automatically map users to Code42 organizations and roles, and you must manually provision the unprovisioned users later.
Step 4: Configure Okta's provisioning tab
- In the Okta dashboard, select the Provisioning tab of the Code42 app.
- Click Configure API Integration.
- Select Enable API Integration.
- Enter the Base URL, Username, and Password generated from the Incydr console (Step 2).
- Click Test API Credentials.
A success message appears. - Click Save.
- Under Settings, click To App.
- Select Edit.
- Enable the following settings:
- Create Users
- Update User Attributes
- Deactivate Users
- Click Save.
-
Add additional attributes if needed in the Attribute Mappings section.
For example, if you would like to display user information for employees, you must first add the attributes to the Code42 app in Okta. For reference information about attribute mapping, see Okta's documentation.- In the Provisioning tab of the Code42 app, scroll to the Attribute Mappings section.
- Click Go to Profile Editor.
- Click Add Attribute.
- Add the following supported attributes. After adding each one, click Save and Add Another.
-
Country
- Data type: country code
Country codes mapped must be valid 2-character codes. To convert non-2 character codes to 2-character codes, see Okta's documentation. - Display name: Country
- Variable name: country
- External name: addresses.^[primary==true].country
- External namespace: urn:ietf:params:scim:schemas:core:2.0:User
- Data type: country code
-
Department
- Display name: Department
- Variable name: department
- External name: department
- External namespace: urn:ietf:params:scim:schemas:extension:enterprise:2.0:User
-
Division
- Display name: Division
- Variable name: division
- External name: division
- External namespace: urn:ietf:params:scim:schemas:extension:enterprise:2.0:User
-
Locality
- Display name: Locality
- Variable name: locality
- External name: addresses.^[primary==true].locality
- External namespace: urn:ietf:params:scim:schemas:core:2.0:User
-
Region
- Display name: Region
- Variable name: region
- External name: addresses.^[primary==true].region
- External namespace: urn:ietf:params:scim:schemas:core:2.0:User
-
Title
- Display name: Title
- Variable name: title
- External name: title
- External namespace: urn:ietf:params:scim:schemas:core:2.0:User
-
UserType
- Display name: UserType
- Variable name: usertype
- External name: usertype
- External namespace: urn:ietf:params:scim:schemas:core:2.0:User
-
- When finished adding the last attribute, click Save.
- While still in the Profile Editor, map an Okta value to each attribute by clicking Mappings and selecting Okta User to Incydr. When done, click Save Mappings.
Note the following:
- Username should be a syntactically valid email address value. Primary email should be a syntactically valid value identical to Username.
- Some Okta values may not have the same name as the Incydr attributes:
- Map the city value in Okta to the Locality attribute in Incydr.
- Map the state value in Okta to the Region attribute in Incydr.
-
Push attributes for existing users to Incydr.
- Return to the Provisioning tab.
- In the navigation pane on the left, select Settings > To App.
- Under Attribute Mappings, click Force Sync.
- Check the Identity Management Sync Log for the attributes pushed to Incydr.
Use of the Manager attribute from Okta requires additional setup. To add the Manager attribute, contact your Customer Success Manager (CSM) to engage our Professional Services team.
(Optional) Step 5: Edit deactivation delay
Step 6: Push SCIM groups from Okta to Incydr
SCIM groups pushed to Incydr are used to map users to organizations, roles, and watchlists. If you are not using groups, continue to the next step.
To push SCIM groups from Okta:
- From the Okta dashboard, go to Applications.
- Open the Code42 application.
- Click the Push Groups tab.
- Select Push Groups.
See Okta's documentation for more details.
If you want to map SCIM groups to Incydr organizations in Step 7 or roles in Step 8, you must first push or provision SCIM groups and their users to Incydr so they are available in the Incydr console.
However, this means that initially the users are provisioned in the default organization and are assigned default roles rather than the ones you want to map them to. To move these users to the desired organizations and roles, ensure that you map SCIM groups to organizations (Step 7) and roles (Step 8) and then apply the mappings using the Apply Org and Role Settings action.
Step 7: Choose an organization mapping method
If you assigned people to the app before you configured mapping, you must manually provision the unprovisioned users later.
Step 8: Configure role mapping
Role mapping allows you to automatically assign Incydr roles and permissions to provisioned users based on their SCIM group. Learn more about Incydr roles and permissions. Users who are not mapped inherit the default roles for their organization.
Role Mapping is only available if you are using SCIM groups.
- Click Edit
to the right of Role Mapping.
The Edit Role Mapping dialog appears. - To map SCIM groups, select Map SCIM groups to Incydr roles.
If you do not want to manage roles with SCIM groups, select Manually to manage roles in Incydr. - Click Save.
An Add Mapping button appears under Role Mapping. - Click Add Mapping.
The Add Role Mapping dialog appears. - Select a SCIM group from the dropdown.
Only groups that have not been mapped appear in the dropdown. - Choose one or more roles from the list to apply to this SCIM group. Learn more about Incydr roles and permissions.
- Click Add.
The role mapping appears under the provisioning provider detail. - Repeat until all of your SCIM groups have been mapped to Incydr organizations.
The message All SCIM groups are mapped appears.
There are no SCIM groups available
This message appears if SCIM groups have not been synced with the Incydr console. Push groups to the Incydr console to begin role mapping.
Step 9: Assign the application to users or groups in Okta
Users will not appear in Incydr until you assign them the app in Okta. Create a test user in Okta and assign the Code42 app to the test user before assigning the app to all users or groups. Once you assign the app to a user or group, Okta immediately syncs with Incydr and provisions the users.
See Okta's documentation for more information on assigning users and groups to applications.
Troubleshooting
User details in Okta and Incydr are out-of-sync
Once provisioning is configured in Incydr, you should make all user changes in Okta. Incydr does not sync changes back to Okta, so any changes you make on the Incydr side causes the two apps to become out-of-sync. Updating the Incydr console does not start a sync between Okta and Incydr. Only changes made in Okta can start a sync.
To view information about provisioning changes, see the Sync Log in the Incydr console. It gives details of all of the users that have been created, updated, or deleted due to provisioning.
Attributes do not appear as expected on users in Incydr
If you assigned people to the Code42 application before you configured attribute mapping, Okta could not automatically map users to organizations and roles, which can result in user attributes not being updated as expected in Incydr. To correct the problem, verify the attributes are correctly defined in the Profile Editor and the attribute mapping, then manually provision the unprovisioned users, or perform a Force Sync to update user attributes for all the users assigned to the application.
Synchronization results in a server error
If custom user attributes are not configured correctly, it may result in a server error message similar to the following when Okta attempts to synchronize:
Automatic profile push of user John Doe to app failed: Error while trying to push profile update for John_Doe@example.com: Server Error.
To resolve the problem, configure the user attributes to match the documentation in Step 4 and then perform a Force Sync or manually provision users that have failed to provision.
Contact our Technical Support Engineers for Incydr for Enterprise support.