By: David C. user 21 Jun 2019 at 1:31 a.m. CDT

1 Response
David C. gravatar
hi, the question is, how to achieve multitenancy in gluu ? we want to setup one gluu system for several clients (companies) to have access to our multi tenant cloud service. 1. is it possible to assign users to a SP in the way that only those users can access a particular SP? 2. is it possible to seperate the user data of the different companies in the way that each company has its own storage (ldap?) and may each have it's own backup interval/strategy? if there is all ready documentation available on the topic, please give me hint. thanks in advance, david

By William Lowe user 21 Jun 2019 at 1:41 a.m. CDT

William Lowe gravatar
True multi-tenancy is not supported. > is it possible to assign users to a SP in the way that only those users can access a particular SP? You could achieve this by using a reverse web proxy to manage access to specific websites and APIs.. for instance, to access `../app1/*` user must have the `company1` scope. > is it possible to seperate the user data of the different companies in the way that each company has its own storage (ldap?) and may each have it's own backup interval/strategy? No easy out-of-the-box strategy for this. Thanks, Will