Organization
Create user account
Platform admins can provision a new user with their own organization and a unique site key. They will only see data for sites they own or are invited to.
Invite teammate
Org admins and owners can invite users to this organization. Invited members get SiteMember access to sites in this org only — not other customers’ sites.
| User | Auth | Role | Joined |
|---|
Enterprise SSO (OIDC)
Configure OpenID Connect for Okta, Azure AD, Google Workspace, or any SAML IdP with an OIDC bridge. Set these environment variables on your server:
OIDC_ISSUER=https://your-idp.example.com
OIDC_CLIENT_ID=...
OIDC_CLIENT_SECRET=...
OIDC_REDIRECT_URI=https://your-domain.com/api/auth/sso/callback
OIDC_ALLOWED_DOMAIN=company.com
Users see Sign in with SSO on the login page when OIDC is configured.