kangaroo-server / kangaroo

An open source, multi-tenant, OAuth2 Authorization server.
Apache License 2.0
7 stars 2 forks source link

Support true multi-tenancy #335

Open krotscheck opened 7 years ago

krotscheck commented 7 years ago

At this point, our multi-tenancy is more "Multi-application" where each application ends up with its own user database. While it technically satisfies the multi-tenancy story, it's not particularly useful if you have to re-create an application for each new tenant.

krotscheck commented 7 years ago

Apparently hibernate already supports some form of multitenancy under the hood. This would, however, also have to apply to search indexes and liquibse migrations.