For Business¶
Use this section if your team is setting up SigID for a product, customer, workspace, or internal dashboard.
What SigID Is¶
SigID is the sign-in and account-security service your business configures for your apps. It sits between your app and your users: your app sends users to SigID, SigID checks who they are, and SigID sends them back to your app.
For a business team, using SigID means deciding:
- which workspace or customer environment owns the setup
- which apps can send users to SigID
- which sign-in methods users can use
- who can access the workspace
- whether enterprise customers need organizations or SSO
- who can change settings, review audit events, and support users
- what must be ready before production launch
Developers still implement the app integration, but the business team chooses the settings and gives developers the right workspace and app values.
How Your Team Uses SigID¶
- 1Create the workspaceName the business container, assign an owner, and decide whether it is development, staging, or production.
- 2Add an applicationCreate the app users will recognize, including redirect URLs, branding, scopes, and allowed origins.
- 3Choose sign-in methodsDecide whether users use passkeys, magic links, passwords, MFA, SSO, or a combination.
- 4Invite and test usersConfirm the right people can sign in and that support knows what users will see.
- 5Add organizations and SSO if neededUse organizations when customers or internal teams need domains, SSO, roles, or provisioning.
- 6Review security and launch readinessCheck roles, audit, billing, support, recovery, domains, secrets, and production settings.
Choose The Right Page¶
| What you want to do | Read this |
|---|---|
| Prepare the first workspace and application | Workspace Admin Quickstart |
| Set up SigID from zero to launch | Launch Your Workspace |
| Understand workspaces, tenants, apps, and environments | Workspaces And Applications |
| Invite users and choose sign-in methods | Users And Login Methods |
| Support customers or teams that need SSO | Organizations And SSO |
| Review admin access, audit, and security operations | Security And Audit |
| Check billing, support, and production readiness | Go Live |
If you are writing code, use For Developers.