I have been asked to develop a multitenant application where, Company/Users can log in, a user can belong to a company, but I has been asked specifically that they don’t want to be inviting users to their company manually because they think it’s a lot of work, but they also want to avoid exposing other companies when a user creates an account.
For example:
-
Company 1
-
Company 2
If I create a user that belongs to “Company 1” there is no way I should be able to know Company 2 even exists.
How can I do this?, because I can’t use a dropdown/search/string field because that would expose Company 2
I don’t know if you guys understand what I meant before, I mean, what I want to know is if there’s a way that I can know at the time of registering an account that user belongs to Company 1 without showing Company 2