Checkmarx
By integrating Checkmarx with DX, you can analyze security issues and build scorecards that incorporate Checkmarx data. This data connector is available exclusively to Fabric customers. Please refer to the API documentation below and our schema explorer to see what data DX imports.
Prerequisites
To connect Checkmarx to DX, you need:
- Tenant Account Name
- Environment
- OAuth Client ID
- OAuth Client Secret
Setup instructions
Follow the steps below to connect Checkmarx to DX.
Step 1
Obtain your Tenant Account Name by browsing to Go to Settings > Identity and Access management:


Step 2
Refer to the table below to determine your Environment based on your account base URL
Step 3
Create an OAuth client in Checkmarx to generate your Client ID and Client Secret:
- Go to Settings > Identity and Access Management > OAuth Clients.
- Click Create OAuth Client.
- Give the client a descriptive name (e.g., “DX Integration”).
- Copy the Client ID and Client Secret — the secret is only shown once.
- Add
ast-viewerrole from the CxOne roles in the Role Mapping section.
Step 4
- Navigate to the connections page in DX and select “+ Connection” in the top right.
- Enter the credentials you have generated in the previous steps—refer to the information below for errors and troubleshooting.
API reference
The table below lists the specific API endpoints that are used by DX.
| Endpoint | Documentation |
|---|---|
| /api/projects | Link |
| /api/scans | Link |
| /api/results | Link |
Errors
The table below lists potential error codes when adding a connection in DX.
| Error | Description |
|---|---|
invalid_credentials |
Your OAuth credentials are not valid. Verify your Client ID and Client Secret are correct. |
no_resources |
DX cannot access any projects or repositories. |