Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Tenant: Create API endpoint to register tenant #19

Open
3 tasks
smurtazakazmi opened this issue Aug 13, 2020 · 0 comments
Open
3 tasks

Tenant: Create API endpoint to register tenant #19

smurtazakazmi opened this issue Aug 13, 2020 · 0 comments
Assignees
Labels
Feature Good for newcomers
Milestone

Comments

@smurtazakazmi
Copy link
Contributor

smurtazakazmi commented Aug 13, 2020

Overview

  • Tenant is standalone business identity.
  • We need to provide ability to our users to register tenants.
  • Tenant registration form will contain tenant and tenant admin related fields.
  • So process goes ad create tenant admin, create tenant, assign newly created tenant admin.
  • Tenant admin can own multiple tenants (i.e. business identities)
  • Tenant admin will be able manage tenants, on which assigned as tenant admin.
  • Tenant admin will be able to manage client id and client secrets, for 3rd part apps.
  • Tenant admin can perform any operation, on data within tenant scope.
  • New tenant will be registered as active for trial period. We need to handle tenant registration and expire date.

Container

  • Name: Tenant
  • End Point: /v1/tenant/register
  • Authentication: Not Required

Feature Breakdown

  • Register Tenant Admin
  • Register Tenant
  • Assign admin to tenant
@smurtazakazmi smurtazakazmi added the Feature Good for newcomers label Aug 13, 2020
@smurtazakazmi smurtazakazmi added this to the 0.3.0 milestone Aug 13, 2020
@smurtazakazmi smurtazakazmi self-assigned this Aug 13, 2020
@smurtazakazmi smurtazakazmi changed the title New endpoint to register tenant. Tenant: Create API endpoint to register tenant Nov 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant