Okta Integration Wizard: Entitlement management settings

Fields for configuring entitlement management for SCIM-based or API Integration Actions integrations in the Okta Integration Wizard (OIW). The available fields vary based on the capabilities you selected.

SCIM Entitlement Management

You must have a functioning SCIM 2.0 server with entitlements support for your app that exposes the following endpoints:

  • /ResourceTypes
  • /Schemas (Optional. Needed if extensions unknown to Okta are used.)
  • An endpoint for each resource type that /ResourceTypes returned (for example, /Licenses)

See Build a SCIM 2.0 server with entitlements.

You can add more than one resource type mapping.

Table 1. SCIM Entitlement Management fields
Field Description
Resource type mapping
Resource type The name of the resource type. For example: Role or License. This is a required field.
Endpoint Endpoint of the entitlement server. For example: /Roles. This is a required field.
Properties
  • Required: This option makes an entitlement mandatory for user assignment. If an entitlement property is required, you can't assign a user to the app without granting at least one entitlement from a category.

  • Multi-valued: This option determines if a user can be assigned multiple entitlements from the same category.

Description Description of the entitlement resource type.
Schema mapping
ID The attribute or column name for the ID of the entitlement. This appears as the Value Name field on the Governance tab. For example: roleId. This is a required field.
Display Name The attribute or column name for the display name of the entitlement. This appears as the Display Name field on the Governance tab. For example: roleName. This is a required field.
Description The attribute or column name for the description of the entitlement. For example: roleDesc. This appears as the Description field on the Governance tab.

Entitlement Management API Integration Actions

Table 2. Entitlement Management API Integration Actions fields
Field Description
List entitlement schema Specify the flow to list the entitlement schema in your app.
List entitlement schema property values Specify the flow to list entitlement schema property values.