Authentication Overview
This page covers how users at partner organizations gain access to and log in to the Biometry Console. There are two login options:
Option 1: Email Registration (Waitlist)
This is the standard onboarding path for new partners.
- Register at the Biometry Console with your email address.
- Your registration enters a review queue. A Biometry administrator reviews and approves your account.
- Once approved, you receive a generated password by email and can log in immediately.
- A project is automatically created for your organization on first approval.
This option requires no additional setup on your side — it is fully managed by Biometry during onboarding.
Option 2: SSO (Single Sign-On)
Enterprise partners can log in using their existing corporate identity provider, so their employees do not need a separate Biometry username and password.
Biometry currently supports SSO via Okta (OIDC / OpenID Connect).
How the SSO login flow works:
Partner User │ ▼Biometry Console (https://console.biometrysolutions.com) │ clicks "Sign in with SSO" and enters tenant slug ▼Biometry Auth Service │ looks up tenant config, builds Okta authorization URL ▼Okta Authorization Server (your-domain.okta.com) │ user authenticates with corporate credentials │ Okta redirects back with authorization code ▼Biometry Auth Service │ exchanges code for tokens, provisions user if first login ▼Biometry Console └─ user is logged inSSO requires a one-time setup by a developer at the partner organization and a tenant registration step with Biometry. See the Okta Integration Guide for full instructions.
Supported identity providers
| Provider | Protocol | Status |
|---|---|---|
| Okta | OIDC / OpenID Connect | Supported |
| Other OIDC providers | OIDC | Planned |
| SAML 2.0 | SAML | Planned |
What gets provisioned on first SSO login
When the first user from a tenant logs in via SSO, Biometry automatically creates:
- A project for the partner organization
- An advanced subscription for that project
- The user account with the
partnerrole andownerproject role
Subsequent logins from the same tenant reuse the existing project.
Which option is right for you?
| Email Registration | SSO | |
|---|---|---|
| Best for | Smaller teams, quick onboarding | Enterprise teams with an existing IdP |
| Setup required | None — Biometry handles it | Okta app config + tenant registration |
| Credential management | Biometry-issued password | Handled by your identity provider |
| MFA | Managed in Biometry Console | Managed by your identity provider |