Cloud Setup
How cloud SSO works
Prerequisites
# Sign in once; the token is stored in your OS keyring under service # `sfp-pro`, account `supabase-token-<your-email>`. sfp server auth login --admin \ --email admin@<tenant>.local \ --sfp-server-url https://<your-domain> # Extract it into a shell variable for the curl calls below. export SFP_JWT=$(sfp server auth display --email admin@<tenant>.local --jwt)
Step 1 — Configure your IdP
Field
Value
Step 2 — Request global registration
Step 3 — Store the provider ID on your tenant
Verify
Step 4 — Provision users
Step 5 — Sign in
CLI
Web UI
Desktop app
Something not working?
Last updated
Was this helpful?