We can't lose what we don't expose.
Othentity's security model starts from a single principle: a raw identifier should be encrypted before it leaves the person's device, sealed in a vault no partner can reach, and resolvable only at the moment of a filing. Everything below follows from that.
Sealed before it travels, sealed where it rests.
In-browser encryption
Sensitive fields are encrypted in the browser or app with X25519 ECIES to the vault's public key before a single byte crosses the network. The plaintext identifier never transits our edge in the clear.
ECIES · in the clientSealed vault
Identifiers come to rest in the Identity Vault, encrypted with ChaCha20-Poly1305 AEAD under per-record keys wrapped by a managed key-management service, HSM-backed custody is a production target. Decryption is bounded to the resolution path.
at-rest · AEAD · KMS-wrappedKey management
Per-record data keys are wrapped by the key-management service and rotated through it; the wrapping keys are never exported. Token-to-identity resolution requires the KMS, there is no offline copy to steal.
per-record DEKs · KMS-wrappedOne business's data never touches another's.
Every tenant is provisioned with isolated Sandbox and Live workspaces, each on its own Othentity-owned subdomains, with separate keys and an independent audit lane.
Least privilege, all the way down.
RBAC
Teams, default and custom roles, and a granular permission matrix scoped to each tenant.
SSO & SCIM
OAuth/OIDC sign-in (Google, Apple, Microsoft) today. SAML 2.0 with Okta and Entra ID, plus SCIM JIT provisioning and group mapping, are on the enterprise roadmap.
MFA enforcement
Workspace-wide MFA policy, authenticator app or hardware security key, with enrollment grace windows.
Network policy
Optional IP allowlists and zero-trust gateways (Tailscale, Cloudflare WARP) to restrict where access originates, on the enterprise roadmap.
We watch the things that matter and prove what happened.
Found something? We welcome reports from security researchers and triage them quickly. A coordinated-disclosure policy and a private channel are published with our first production release; a public bug-bounty program follows the SOC 2 milestone.
Security is one face of the same model.
See how the obligations map to certifications, and how the services fit together.