Multiple customers

Hi,

I am developing a WebApp using django rest framework that will have multiple organisations.
I would like the same features to be available to both, but only to affect the data associated with that organisation.

E.g.
General login page
login as a member of organisation.
I would like these people to have full functionality from the app, however only being able to affect changes on their org.
I would like them to be able to create their own users as-well, however only create users with access to their organisation.

Does anyone have any advice on how to achieve this?

Kind Regards
Nathan

Hi @nathancread

This is the standard B2B use case.

With federated connections (like Azure AD) organizations have control over their user DB.

There’s a lot of documentation, you can start here:

1 Like