Skip to content

Multi-tenant IDaaS.

Idaas.nl is a multi-tenant Identity-as-a-service solution.

Multi-tenancy means that a single deployment of the software and supporting infrastructure serves multiple customers. This easily allows creating new tenants without the need for installing a single software package.

Because of this creating a new tenant comes with zero costs. Only when using a tenant costs slowly rise because of the increased load on the application and database services, and therefore the need for (auto scaling) extra hardware.

How multi-tenancy is implemented

  • Scoped queries
  • Database sharding
  • Every record stored with a tenant id.

How we support scaling

  • Stateless by default
  • Scalable databases