Creating A Tenant
When you have added AuthorizationHub to your web application, you can then create your organizational tree.
Accessing the UI
Every organizational tree begins with a root. With AuthorizationHub, that means creating a Tenant. In your web application, add the route to the AuthorizationHub UI.

Selecting the Party Type
The organizational tree can is composed of four different types of parties; Tenants, Organizations, People, or Roles. The roots will always be Tenants. Inside the add button, there is an option to choose which kind of party you want to add.

Adding Data
Each Party will need unique Display Name and External Id. The Display Name can be used in authorization requirements, while the External Id can be used to link the party to an authentication provider or other data source. Simply fill out the information and click save.

Once the Tenant is saved, it will appear on the left as the root of a tree. A PartyId will also be assigned to the Tenant, and that Id can be used in authorization requirements.
