Connector reference rapidvalue.eu โ†’

๐Ÿชช SCIM 2.0

System for Cross-domain Identity Management โ€” standardized identity API (RFC 7644). Works for Okta, Azure SCIM-enabled apps, etc.

Identification

Supported auth methods

Importable objects (2)

Object types the wizard offers to import out of the box.

Users

SCIM Users resource.

Default field mappings:

IGA field Expression Required
business_id {{ id }} โœ“
identity_id {{ userName }} โœ“
email {{ emails[0].value }}
first_name {{ name.givenName }}
last_name {{ name.familyName }}
display_name {{ displayName }}
employee_id {{ externalId }}
native_account_name {{ userName }} โœ“
identity_business_id {{ externalId|if_null(userName)|lower }}
status {{ 'active' if active else 'suspended' }}
is_privileged {{ false }}

Groups

SCIM Groups resource.

Default field mappings:

IGA field Expression Required
business_id {{ id }} โœ“
name {{ displayName }} โœ“
description {{ externalId|if_null('') }}
native_identifier {{ id }}
risk_level 'low'

Onboarding setup checklist

Enable SCIM 2.0 in the target system and retrieve the bearer token + endpoint URL. Most SaaS providers have a 'SCIM 2.0 Provisioning' feature in their admin settings.

Estimated time: ~10 min. The wizard exposes this checklist as a drawer (๐Ÿ“‹ button) during onboarding. See the Onboarding wizard walkthrough for context.