What is Tenant
The article explains, what tenant is and how to set up tenant (clinic)
Structure of a Tenant
name
is a tenant namelogoUrl
defines where the tenant logo image is. The link should be publicly accessibleidentityProvider
defines the external identity provider Aidbox uses to authenticate users. If it's omitted, Aidbox uses the built-inLogin
formclient
id
is theClient ID
in the external identity providersecret
is theClient Secret
in the external identity provider
scopes
is an array of scopes identity providers supportssystem
should be a string representing the current tenant. Users of the tenant should have the same system value in theiridentifier
propertytoken_endpoint
is the token endpoint of the external identity provideruserinfo_endpoint
is the userinfo endpoint of the external identity providerauthorize_endpoint
is the authorize endpoint of the external identity provider
How to create a Tenant
How to create a User
Last updated
Was this helpful?