Features/Multi tenancy
Revision as of 13:03, 10 November 2024 by Kpe (talk | contribs) (Created page with "== Usages == TS has built multitennacy support allowing to build seggregated applications for multiple parties, while still having users working across organizational units. Data in the system can be handled in different ways * Owned by a single group of users * Shared ressource across groups (often readonly) * Hidden ressource (templates etc.) == SAAS onboarding == In TS it is quite easy to build SAAS application, becaue the onboarding can be fully automated. The pro...")
Usages
TS has built multitennacy support allowing to build seggregated applications for multiple parties, while still having users working across organizational units.
Data in the system can be handled in different ways
- Owned by a single group of users
- Shared ressource across groups (often readonly)
- Hidden ressource (templates etc.)
SAAS onboarding
In TS it is quite easy to build SAAS application, becaue the onboarding can be fully automated.
The process includes
- User signup form
- Optionally accept from administrators
- Optional: Contract
- Generate and send contract
- Digital signing of contract
- Profile creation
- User and group creation
- Welcome information
Context switching
Users not belonging to a tenant group will sometimes need to impersonate one.
By clicking the context swtcher component, the system start to behaving as if that user was a tenant of that group.