Skip to main content

SCIM integration

note

This feature requires SAML integration to be already configured.

Qwiet preZero supports SCIM v2 (System for Cross-domain Identity Management). This allows for seamless integration with Identity Providers (IdPs) and simpler user provisioning and management.

Endpoint

The base URL for SCIM endpoints is: https://app.shiftleft.io/api/v4/orgs/{orgID}/scim

Authentication

You must authenticate using the bearer token found in the Organization Overview, on the Qwiet preZero web UI.

note

The capability to create an integration token specifically for SCIM v2 will be available soon.

User data handling

The following data points are mapped into a Qwiet preZero user:

  • userName: when provided by the SCIM v2 provider, ensure that the userName field contains the primary work email
  • email: email should be included, preferably marked as primary
  • displayName: while not mandatory, it is recommended to include the displayName field for better user identification

Supported schemas

The current SCIM v2 implementation supports the following schemas:

  • User (https://app.shiftleft.io/api/v4/orgs/{orgID}/scim/Users)
  • Group (https://app.shiftleft.io/api/v4/orgs/{orgID}/scim/Groups)

Schema discovery is available to facilitate the integration and the understanding of supported attributes and endpoints.

For further assistance or inquiries, please contact your Customer Success representative.