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

auth0 or keycloak

True

the authentication provider for the installation

auth0Domain

string

True when authStrategy is auth0

domain registered in the auth0 portal for the application

auth0ClientId

string

True when authStrategy is auth0

client ID registered for the application in auth0 portal

auth0ClientSecret

string

True when authStrategy is auth0

client secret registered for the application in auth0 portal

auth0Audience

string

True when authStrategy is auth0

API audience of the Auth0 Platform Manager in the portal

auth0DatabaseName

string

True when authStrategy is auth0

name of the db connection in auth0 portal

keycloakDomain

string

True when authStrategy is keycloak

keycloak hostname with HTTP protocol exposed via API Gateway

keycloakCLIUsername

string

True when authStrategy is keycloak

keycloak admin-cli username that is used to log in into the admin console

keycloakCLIPassword

string

True when authStrategy is keycloak

keycloak password that is used to log in into the admin console

tlsVerification

boolean (default is false )

False

Toggle the http.client tls verification