Skip to main content
There are TWO Wiz connectors. The instructions below set up the Wiz Insights connector that syncs security issues from Wiz as external insights, surfacing identity risk scores alongside access decisions in C1.There is also a Wiz IAM connector, which syncs users, roles, and projects from Wiz so that you can review and manage access.

Capabilities

Notes:
  • The Wiz Insights connector syncs security issues from Wiz that are related to USER_ACCOUNT and SERVICE_ACCOUNT entity types.
  • This connector does not support provisioning. It is a read-only connector that syncs security insights.
  • The connector supports incremental sync via an event feed that polls for issues with updated statuses.

Gather Wiz credentials

To configure the Wiz Insights connector, you need API access in Wiz with permission to read issues. You also need to know the GraphQL API URL and OAuth2 token endpoint for your Wiz region.
1
Log in to Wiz and navigate to Settings > Service Accounts.
2
Create a new service account with OAuth2 credentials:
  1. Click Add Service Account
  2. Enter a name: C1
  3. Select the following scope:
    • read:issues - Allows syncing security issues as insights
  4. Click Create
  5. Copy and save the Client ID and Client Secret securely
3
Determine your Wiz API endpoints:
  • GraphQL API URL: The regional API endpoint for your Wiz tenant (e.g., https://api.us17.app.wiz.io/graphql)
  • Auth Endpoint: The OAuth2 token endpoint (e.g., https://auth.app.wiz.io/oauth/token)
You can find these in the Wiz documentation or your Wiz tenant settings.
For more information, see Wiz API documentation.

Configure the Wiz Insights connector

Follow these instructions to use a built-in, no-code connector hosted by C1.
1
In C1, navigate to Apps > Connectors and click Add connector.
2
Search for Wiz Insights and click Add.
3
Choose where to add the connector: Create a new app, or Add to an existing app (then select the app).If you’re creating a new app, choose whether to link it to an application discovered from your identity provider: select Yes and pick the IdP application, or No to continue with just the connector.
4
Set the connector’s Name and, optionally, a Description.
5
Click the pencil icon next to Owners to choose who can configure and manage this connector.
6
Click Add. The connector is created and its configuration page opens.
7
Find the Settings area of the page and click Edit.
8
Enter the required configuration:
  • Wiz API URL (required): The Wiz GraphQL API endpoint for your region
  • Client ID (required): OAuth2 client ID from your Wiz service account
  • Client Secret (required): OAuth2 client secret from your Wiz service account
  • Auth Endpoint (required): OAuth2 token endpoint for authentication
9
Click Save.
10
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
Done. Your Wiz Insights connector is now pulling security insights into C1.