Syncing Microsoft Entra user attributes to Omni with SCIM
Custom user attributes can be synced from Microsoft Entra (formerly Active Directory / Azure AD) to Omni, allowing you to fully centralize your user management in Microsoft Entra.
In this guide, we'll demonstrate how to sync a user attribute named blob_entity
from Microsoft Entra to Omni.
Requirements
To follow the steps in this guide, you'll need:
- To set up SCIM provisioning with Entra. Refer to the Omni setup guide for more information.
- Organization Admin permissions in Omni
- Permissions in Microsoft Entra that allow you to:
- Access the admin panel
- Create user profile attributes
- Modify applications
1. Create an Omni user attribute
In Omni, navigate to Settings > Attributes and create a new attribute.
Our example attribute, blob_entity
, has the following settings:
- Name -
Blob Entity
- Reference -
blob_entity
- Type -
string

2. Create an Entra user attribute
- Log in to your Entra admin panel.
- Navigate to Entra ID > Enterprise apps.
- Click the Omni application.
- In the side navigation, click Provisioning under the Manage heading.
- Open the Mappings section.
- In this section, select the user you want to add an attribute to.
- At the bottom of the page, select Show advanced options.
- Select Edit attribute list for customappsso.
- Enter the following for the attribute:
- Name - Enter the reference of the attribute you created in Omni in step 1, prefixed with the following:
For example, for the
urn:omni:params:1.0:UserAttribute:
blob_entity
attribute, you'durn:omni:params:1.0:UserAttribute:blob_entity
. - Type - Select the type of the attribute you created in Omni:
string
orinteger
- Multi-value? - Select this option if the Omni attribute is configured to support multiple values.
- Name - Enter the reference of the attribute you created in Omni in step 1, prefixed with the following:
- Configure the remaining fields as needed.
- Save the changes.
3. Create attribute mapping
- A message should display after you click Save - click Yes.
- In the Attribute Mapping page that opens, click Add New Mapping.
- In the Target attribute dropdown, select the attribute you created in step 2.
- Configure the remaining fields to map the appropriate value to the attribute.
- Click OK, then Save.
What's next?
The Omni application should be set to automatically provision users and groups - see the Entra SCIM guide - meaning that the next time the app syncs, the attributes should be created as user attributes in Omni.