-
KanBo Installation
- KanBo Installation Guide (Microsoft 365 + Azure)
- KanBo Installation Guide (On-Premises)
- KanBo On-Premises Installation Requirements and Prerequisites
- Creating an X.509 High-Trust Certificate
- Creating and Updating Elastic Cloud Deployment
- Installing Elasticsearch on Windows
- Installing Elasticsearch on Debian
- Creating a Windows Virtual Machine on Azure for Elasticsearch
- Creating a Linux Based Virtual Machine on Azure for Elasticsearch
- KanBo Modern Web Part Installation
- Supported Browsers
- KanBo Setup
-
KanBo Updates
-
Additional Components
- Installing KanBo Teams App
- Installing KanBo Outlook Add-in
- Installing KanBo Mini Application
- Installing Nintex Integration
- Installing Autodesk BIM Plugin
- Configuring UiPath Integration
- Installing and Configuring Power Automate Integration
- KanBo External User Groups (Active Directory Integration)
- User Auto-Provisioning on First Access (SharePoint Plugin)
- SharePoint Profile Synchronization
- Configuring Sync Targets
- SharePoint Site Collection Balancing and Admin Warnings
- Setting Up BIM Sync WebJob
- Configuring OData Integration for Power BI Desktop
- KanBo PowerShell Commandlets
- Direct Sync of SharePoint Lists with KanBo
- Enabling KanBo Email Notifications (Azure)
- Enabling KanBo Email Notifications (On-Premises)
- Enabling OneDrive Integration in KanBo
- Enabling Sending Card Messages as Emails
- Enabling Sending Emails to KanBo (Microsoft 365 + Azure)
- Enabling Sending Emails to KanBo (On-Premises)
- Prometheus and Grafana configuration for KanBo metrics
- Show all articles ( 3 ) Collapse Articles
-
Tips & Tricks
- Configuring Document Opening Behavior in KanBo
- Disabling Sleeping Tabs in Browsers
- Disabling Public Space Creation in KanBo
- Checking Certificate Expiration Dates (On-Premises)
- KanBo License ID
- Checking KanBo Version
- Changing the Help URL in KanBo
- Renewing Microsoft Graph Certificate
- Disabling Profile Picture Sync in Profile Sync Job
- Creating and Customizing Profile Sync WebJob
- Configuring KanBo for Microsoft Azure GCC High Environment
-
Troubleshooting
Installing Autodesk BIM Plugin
Overview
This article explains how to install and configure the Autodesk BIM plugin for KanBo, including the required setup steps and integration prerequisites. After completing the installation, you can synchronize KanBo spaces with Autodesk BIM projects and manage BIM issues directly from KanBo.
For more information about synchronization options and daily usage, see the KanBo Autodesk BIM Integration article.
Prerequisites
Please make sure you have created a service account in your Autodesk environment with write access to all projects in Autodesk BIM 360 that can be synced with KanBo. It is important that you do not use your personal Autodesk account for this; otherwise, all changes in Autodesk BIM 360 resulting from KanBo changes will be registered in Autodesk BIM 360 as your actions.
Creating and adding the Autodesk Forge App
- Go to your Autodesk Forge Apps, log in with an account that has the permission to create apps on Autodesk Forge.
- Enter the name and description for your app. For the callback URL, enter your KanBo URL followed by “/auth/bim/oauth.” Leave the Website URL field empty.
- Select the BIM 360 API and the Data Management API, then select Create App
- The following screen will now appear:
- Copy the Client ID and the Client Secret and save them somewhere.
- Go to your BIM 360 Administration Center.
- Select Settings > Applications.
- Select Add custom integration.
- In the next window, leave both options selected and go Next.
- Select I’m the developer, then select Next.
- Check the I have saved the account ID information securely box.
- Paste in the Client ID you saved before.
- Enter the app name, scroll down, and select Save.
Configuring KanBo
Before continuing with the configuration of the appsettings.json file for KanBo, please verify that the "KanBo.BimPlugin.dll" file is present in the /plugins folder of your KanBo installation. If not, contact support@kanbo.com for the plugin files.
- Open your KanBo appsettings.json file. You need to add two lines here:
- Add
{ "Path": "KanBo.BimPlugin.dll" };
into the "assemblies" array. It should look like this:
"assemblies": [ { "Path": "KanBo.BimPlugin.dll" } ]
- Add
{ "type": "job.bim-sync", "name": "bim-sync", "repeat": "1h", "client-id": "CLIENTID", "client-secret": "CLIENTSECRET" },anywhere in the "plugins" section of your appsettings.json file. Replace the "CLIENTID" and "CLIENTSECRET" with the Client ID and Client Secret You have saved before. We recommend starting the sync once every hour ("1h"), but if you need it more frequently, you can set it to 15 minutes ("15m").
- Add
- After adding those lines, save the appsettings.json file. Note that saving the configuration will not result in KanBo being restarted. To enable the BIM plugin, you must restart your KanBo app manually.
- It is very important that you use an Autodesk service account with write access to the Autodesk BIM projects that your teams select for synchronization with KanBo.
- Go to your KanBo, and add "/auth/bim/use-my-token" to the URL of your KanBo (for example: https://mykanbo.com/auth/bim/use-my-token). After logging
in to KanBo, you should see this message. Autodesk BIM 360 will also prompt you to enter your service account credentials.

- Select Allow. You are allowing KanBo Sync to update issues in Autodesk BIM 360 when changes are made to the corresponding KanBo cards.
- If your configuration is correct, you will see this message and your KanBo will be integrated with your Autodesk BIM 360 environment.
DO NOT USE YOUR PERSONAL AUTODESK ACCOUNT HERE
For this step, start an Incognito (Chrome) or InPrivate (Edge) window or tab to ensure that you are logging in with the correct Autodesk BIM 360 credentials.

Was this article helpful?
Please, contact us if you have any additional questions.
