Developer Documentation
Integration guides, LTI 1.3 setups, telemetry schemas, and API references for Nomevex.
SCIM Provisioning
Automate user and group synchronization with SCIM 2.0.
Overview
System for Cross-domain Identity Management (SCIM) 2.0 enables automated provisioning and deprovisioning of users and groups between your identity provider (IdP) and Nomevex. Supported IdPs include Azure AD, Okta, OneLogin, and Google Workspace.
Setup
- Navigate to Admin Portal → Integrations → SCIM
- Copy the SCIM endpoint URL and bearer token
- In your IdP, create a new SCIM provisioning application
- Enter the endpoint URL and token from step 2
- Configure attribute mapping for user and group attributes
- Enable provisioning and test synchronization
Supported Attributes
- User: userName, name, emails, phoneNumbers, active, roles
- Group: displayName, members, externalId
- Custom attributes via schema extensions
Sync Schedule
SCIM operates on a push model. Changes in your IdP are reflected in Nomevex within minutes. Full sync can be triggered manually from the Admin Portal.
Next: SAML / OIDC SSO