Configuring KanBo for Microsoft Azure GCC High Environment

Table of Contents

KanBo uses global service URLs by default for Microsoft 365 integration. This renders installations on GCC High Cloud unusable without a simple tweak to KanBo’s appsettings.json file.

To tweak the KanBo appsettings.json file:

  1. Open the appsettings.json file.
  2. Find this section:
{
    "type": "package",
    "name": "auth-aad",
    "client-id": "--",
    "tenant": "--",
    "thumbprint": "--",
	"admin-upn": "user@domain.com"
   },
  1. Add these lines:
{
    "type": "package",
    "name": "auth-aad",
    "client-id": "--",
    "tenant": "--",
    "thumbprint": "--",
	"admin-upn": "user@domain.com",
    "aad-url": "App registration and token service root endpoint",
    "graph-url": "Microsoft Graph and Graph Explorer service root endpoint"
   },
  1. The “aad-url” and “graph-url” variables need to be set to the appropriate values. To find these URLs, visit the Microsoft Graph national cloud deployments page.
  2. Check the App registration and token service root endpoints and Microsoft Graph and Graph Explorer service root endpoints sections.
  3. Save the changes.
  4. Restart KanBo.

Was this article helpful?

Please, contact us if you have any additional questions.