Skip to content

Wiz Troubleshooting and Validation

This section provides guidance to validate and troubleshoot your Wiz integration with SailPoint Entro.

Management → Accounts & Integrations → Target Service filter → Wiz

Validation Steps

  1. Access the Wiz integration page

    In the SailPoint Entro Dashboard, navigate to Management → Accounts & Integrations → Wiz.

  2. Confirm connection status

    Confirm that connection status shows Verified.

  3. Validate data ingestion

    Validate that DSPM findings and correlated NHIs appear in the Findings and Inventory tabs.

Command-Line Verification (Optional)

You can manually validate Wiz API connectivity using the following command:

```bash
curl -X POST https://api.us.app.wiz.io/graphql   -H "Content-Type: application/json"   -H "Authorization: Bearer <ACCESS_TOKEN>"   -d '{"query": "{projects {id name}}"}'
```

Expected Output: A JSON object listing Wiz projects accessible with your Service Account credentials.

Common Issues and Resolutions

Issue Possible Cause Resolution
Authentication failed Invalid Client ID or Secret Regenerate credentials in Wiz and update SailPoint Entro configuration
Permissions error Missing required scopes Ensure Service Account has read:data_findings, create:reports, read:reports
No DSPM data found Report not generated or expired Regenerate reports within Wiz
Connection timeout Network or API endpoint restrictions Verify connectivity to Wiz API endpoint