Organization Management
About Organization Management
The Organization Management component manages organizations (tenants) for the Axual Self-service platform. It handles user signups, user invites and SSO integration of the organization with either Auth0 or Keycloak.
Available Configurations
| Name | Possible Values | Required | Description | 
|---|---|---|---|
| authStrategy | 
 | True | the authentication provider for the installation | 
| auth0Domain | string | True when  | domain registered in the auth0 portal for the application | 
| auth0ClientId | string | True when  | client ID registered for the application in auth0 portal | 
| auth0ClientSecret | string | True when  | client secret registered for the application in auth0 portal | 
| auth0Audience | string | True when  | API audience of the Auth0 Management API in the portal | 
| auth0DatabaseName | string | True when  | name of the db connection in auth0 portal |