Configuration

To enable communication between the plugin and your Tenant in Auth0 you need to provide three pieces of information from your Auth0 account.

  • API Client ID

  • API Client Secret

  • API Domain

In order to get these details you need to follow a few simple steps in the Auth0 dashboard to create an API Client that has the rights to use the Auth0 management API. Please see separate page for these instructions if you are uncertain. We can also recommend the Auth0 documentation.

When these prerequisites is fulfilled you also need to list the groups you have active in your Organisation. These groups is listed in Naviga ID and you insert then in the configuration as an array of strings.

As of version 1.0.2 of the plugin the following tenant groups is added by default when installing the plugin:

[
    "customer-access",
    "customer-user",
    "customer-editor",
    "customer-admin",
    "naviga-access",
    "naviga-admin"
]

Last updated