Multitenant webapp

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
arcanebits
Veteran Member
Posts: 104
Joined: 2018-12-10 21:52

Multitenant webapp

Post by arcanebits » 2020-03-21 13:48

Hello to all!
Im in the need to make a multitenant webapp, the user need to:
1- Login (then they get a CompanyID
2- Work (But only with records matchin that CompanyID) hence CompanyA people wont never ever see anything from CompanyB,C,D, and so on..

Any tip in how to achieve this?
Cheers and take care people!
Arcanebits

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1163
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: Multitenant webapp

Post by onoehring » 2020-03-21 13:53

Hi,

maybe you can use the USERGROUPs of AG and show people only the records of their usergroup. This would mean one usergroup for one tenant.

Maybe you are interested to look into my Column-Value-Based Permission extension (viewtopic.php?f=4&p=12570#p12570). That enables you to have a field in the record which regulates access to it.

Olaf

arcanebits
Veteran Member
Posts: 104
Joined: 2018-12-10 21:52

Re: Multitenant webapp

Post by arcanebits » 2020-03-21 16:06

Thanks a lot! Will try and also see the plugin!

Post Reply