Reputation: 833
I have the following use case. I have several organizations that want to use my application (spa). The owners of these organizations must be able to register a new organization by email. Once the email has been verified and the organization has been unlocked, the owner must be able to create new users for their own organization. the username and password can be chosen freely by the owner (no email, eg Callagent1, Bob, etc.). The newly created users can now log in with the help of organization id, username and password.
how can i realize this with the help of your product? which steps do I have to take?
Upvotes: 2
Views: 507
Reputation: 1690
FusionAuth supports the concept of Tenants and then each Tenant can have multiple Applications and Users. Here's how you would accomplish this with the FusionAuth APIs:
Admin
or something.This setup will allow the organizations to have users that can log in with their organization id (which is the tenant id), username and password.
Upvotes: 3