Skip to main content

Capabilities

The Supabase connector syncs the following resources:
  • Organization Members: Platform-level users synced per organization with roles (Owner, Administrator, Developer, Read-only).
  • Auth Users: Project-level users synced per project with database roles managed via Auth Admin API.
  • Organizations: Supabase organizations with role-based entitlements.
  • Projects: Supabase projects with per-project database role entitlements and provisioning (grant assigns role, revoke authenticated removes user).

Gather Supabase credentials

To configure the Supabase connector, you need a Personal Access Token (PAT) for the Supabase Management API. The connector automatically discovers all active projects and fetches each project’s service_role key.
1
Log in to Supabase at https://supabase.com/dashboard.
2
Navigate to Account Settings > Access Tokens: https://supabase.com/dashboard/account/tokens.
3
Click Generate new token, name it (e.g., conductorone-connector), and click Generate token.
4
Copy the token immediately — it starts with sbp_ and is shown only once.

Configure the Supabase 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 Supabase 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:
  • Supabase Access Token: The Personal Access Token (PAT) you generated.
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 Supabase connector is now pulling access data into C1.

The connector automatically syncs auth users from all active Supabase projects accessible via the PAT. Each auth user is linked to its parent project, so users from different projects are properly distinguished.