Set up SCIM mappings for custom user fields

Overview

SCIM (System for Cross-domain Identity Management) mappings allow you to sync custom user field data from your identity provider (IdP) to Ramp. This keeps user attributes like department, location, and custom fields automatically updated across systems. Ramp supports SCIM integrations with Okta and Microsoft Entra. When configured, your IdP becomes the source of truth for employee information, and any updates sync automatically to Ramp. Changes made through SCIM may take up to 5 minutes to be reflected in Ramp.

Before you begin

Before setting up SCIM mappings, complete these preparation steps:

  1. Determine your field mappings — Decide which IdP profile fields you want to map to Ramp attributes. Common mappings include:
  1. Audit your user data — Ensure every user in your IdP has values for department AND location. Users missing these values will not be provisioned in Ramp.
  2. Review existing users — If you already have users in Ramp, confirm their profile information matches your IdP data. When you provision via SCIM, the IdP becomes the source of truth and will override existing Ramp profiles.
  3. Plan for HRIS transition — If you’re disconnecting from HRIS to set up SCIM, ensure your HRIS fields for department and location are synced to your IdP first.
  4. Create custom fields in Ramp — Custom fields must be created before they can be mapped via SCIM. See the “Set up custom user fields with SCIM” section below for detailed steps.

Set up custom user fields with SCIM

Custom Fields can be integrated with SCIM to map additional attributes from your IdP to user profiles in Ramp. This allows you to maintain consistent custom data across systems and use it in Ramp workflows.

Step 1: Create custom fields in Ramp

Before mapping, you must create custom fields in Ramp. If no custom fields exist, the mapping section won't appear in your SCIM settings.

To create custom fields, see Custom fields.

Step 2: Map IdP attributes to custom fields in Ramp

Once you’ve configured the mappings in your IdP, you need to connect them in Ramp:

  1. From the People page, click the three-dot menu on the top right
  2. Select “Configure Okta setting” (or “Configure Entra setting” for Microsoft Entra)
  3. Scroll down to the Custom field mappings section
  4. Click Add mapping
  5. Enter the SCIM attribute name:
  1. Select the corresponding Ramp custom field from the dropdown
  2. Click Save Changes

Each custom field can only be mapped to one SCIM attribute. If you send attribute names in camelCase from your IdP (for example, userOrganization), Ramp will automatically convert them to snake_case (for example, user_organization).

The custom field values will sync automatically when users are provisioned or updated. Custom field data typically appears in Ramp within 5-10 minutes for Okta, or within 10 minutes for Microsoft Entra.

Step 3: Verify custom field sync

To confirm custom fields are syncing correctly:

  1. Go to People in Ramp
  2. Click on a user to view their profile
  3. Verify the custom field data appears correctly

You can also populate custom field values through CSV upload or the Developer API.

Set up SCIM mappings in Okta

First, complete the initial Okta SCIM setup by following Set up Ramp’s SCIM integration with Okta. Once connected, return here to configure custom field mappings.

Configure custom field mappings in Okta

To map custom fields from Okta to Ramp:

  1. In Okta, go to Applications > Ramp > Provisioning > To App
  2. Under Attribute Mappings , click Go to Profile Editor
  3. Click Add Attribute and configure:
  1. Save the attribute
  2. Return to Attribute Mappings and map Okta user profile attributes to your new custom attributes, or manually specify values for users
  3. Set each mapping to apply on "Create and Update"

Set up SCIM mappings in Microsoft Entra

First, complete the initial Entra SCIM setup by following Set up Ramp's SCIM integration with Microsoft Entra. Once connected, return here to configure custom field mappings.

Configure custom field mappings in Entra

To add custom fields in Microsoft Entra:

  1. In your Microsoft Entra, click Provisioning > Attribute mapping (Preview) > Provision Microsoft Entra ID Users
  2. At the bottom of the screen, click Show advanced options > Edit attribute list for customappsso
  3. Add your custom attribute with these settings:
  1. Save the configuration and navigate back to the Attribute mapping page
  2. Click Add New Mapping below the table of existing attribute mappings
  3. Configure the mapping using one of these methods:
  1. Save the mapping
  2. Wait for automatic provisioning which happens about hourly. Or you can do on-demand provisioning for up to 5 users at once

Frequently asked questions

Which custom field types can be synced via SCIM?

The following custom field types can be synced through SCIM:

What happens if a custom field value is empty in the IdP?

Empty values will sync as blank in Ramp. Ensure your IdP data is complete before enabling SCIM sync for custom fields.

Can I map multiple IdP attributes to one custom field?

No. Each Ramp custom field maps to a single IdP attribute. Create separate custom fields if you need to track multiple attributes.

What data types are supported for custom fields in SCIM?

Ramp supports string (single value) and string array (multiple values/list). This configuration cannot be changed after the attribute is created in your IdP.

What naming convention must I use for custom field external names?

External names must be in snake_case format using only lowercase letters and underscores (for example, budget_manager, cost_center_owner). Display names and variable names in your IdP can be any value.

For general SCIM FAQs, see Setting up SCIM and managing user provisioning.