Documentation Index
Fetch the complete documentation index at: https://www.c1.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Capabilities
The Seismic connector syncs the following resources:| Resource | Sync | Provision |
|---|---|---|
| Users | ||
| Groups | ||
| Roles |
Gather Seismic credentials
Go to the Seismic Developer Portal and log in with your admin account. Alternatively, navigate to System Settings > App Registration in the Seismic admin portal.
Fill in the app details (name, description) and select Client Credentials
as the authentication flow.
Assign the following scopes to the app registration:
seismic.user.view— required for syncing users, groups, and group membersseismic.user.manage— required for provisioning (create/delete users, grant/revoke group membership and role assignments)seismic.reporting— required for syncing platform roles
seismic.user.view and seismic.reporting.
For sync + provisioning deployments, assign all three scopes.Save the app registration. Copy the Client ID and Client Secret and
save them securely. The Client Secret is only shown once.
Configure the Seismic connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Seismic connector is now pulling access data into C1.
Choose how to set up the new Seismic connector:
- Add the connector to a currently unmanaged app
- Add the connector to a managed app
- Create a new managed app
Enter the required configuration:
- Seismic Client ID: OAuth2 Client ID from the app registration
- Seismic Client Secret: OAuth2 Client Secret from the app registration
- Seismic Tenant: Your Seismic tenant identifier (used to build the OAuth2 token endpoint URL
https://auth.seismic.com/tenants/TENANT/connect/token)