Skip to content

Products

Compliance Officer Service Expert-led compliance, end to end Compliance Portal Share security documents securely Open-source platform Deploy Probo on your own infrastructure

Resources

Probo stories How teams get compliant with Probo Blog Ideas and guidance from the Probo team Guides & tools Practical compliance guides and free tools Love from Customers What customers say about working with Probo Changelog Latest product updates Download Get the Probo Agent

Company

About The people and vision powering Probo Careers Join the team building Probo Brand assets Official logos and visual resources Security Review our security and compliance posture
Overview Understand Probo and its core concepts Product Explore Probo's GRC capabilities Developers Explore GraphQL, CLI, MCP, n8n, and webhooks Deployment Probo Cloud, self-hosting, and configuration

Explore

GitHub Explore our open-source compliance tools

Supabase

Connect Supabase as an access source using a personal access token

View as Markdown

Probo reads your Supabase organization’s members through the Supabase Management API so you can review who has access.

  • Probo organization administrator access
  • A Supabase account that is a member of the organization you want to review. Every organization role (Owner, Administrator, Developer and Read-Only) can list organization members. An unscoped personal access token has the same privileges as the account that created it
  • The Organization Slug of the organization Probo should review, which the Connect dialog asks for alongside the token. Supabase puts it in the dashboard URL while the organization is open: supabase.com/dashboard/org/<organization-slug>
Probo field Supabase field Notes
Name user_name The member’s Supabase user name. There is no fallback, so a member returned without one is listed with an empty name
Email email
Role role_name The members endpoint returns one role name per member. Supabase’s organization roles are Owner, Administrator, Developer and Read-Only. Probo trims surrounding whitespace, and a member returned without a role name is listed without one
Admin role_name Flagged as an administrator when role_name is Owner or Administrator, and not for Developer or Read-Only
Status Not supported
MFA mfa_enabled Enabled when the flag is true, disabled otherwise. Supabase returns the flag for every member
Last login Not supported
External ID user_id Stable identifier used to track the account across reviews
Created at Not supported

The Generate New Token dialog in Supabase account settings

  1. In the Supabase dashboard, go to Account Settings > Access Tokens.
  2. Click Generate new token, enter a Name (e.g. Probo Access Review), and set Expires in. The dialog defaults to 30 days, so pick a window that covers your review cycle, or Never.
  3. Click Generate token, then copy the token (sbp_...) and store it securely. Supabase shows it once and you cannot retrieve it afterwards.
  1. In Probo, go to Access Reviews > Sources > Add Source.
  2. Find Supabase, click API Key, paste the token, enter your Organization Slug, and click Connect.

Probo names the source after your organization slug and pulls its members into your campaigns.

  • Token rejected. Confirm it is a personal access token (sbp_...) and that it is still listed under Account Settings > Access Tokens. A project API key, whether publishable (sb_publishable_...), secret (sb_secret_...) or a legacy anon or service_role JWT, reaches only its own project and cannot read organization members.
  • No members appear. Check that the Organization Slug matches the value in the dashboard URL, supabase.com/dashboard/org/<organization-slug>, and that the account that created the token still belongs to that organization. A personal access token inherits its owner’s access, so it stops reading the organization once that person leaves.
  • Syncs worked and then stopped. The Expires in field defaults to 30 days. Check whether the token is still listed on the Access Tokens page, then generate a replacement and update the source in Probo.
  • A scoped token does not work. Supabase also issues scoped personal access tokens, whose access is narrower than the account’s own. If the token is scoped, generate an unscoped personal access token on the Access Tokens page and use that instead.