-
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
KanBo Modern Web Part Installation
Table of Contents
KanBo modern web part can be installed in both on-premises and cloud environments.
Before you start, make sure that you have the correct permissions to access the SharePoint admin center of your Microsoft 365 tenant. To do so, try opening this link.
To install KanBo modern web part:
- Find your KanBo appsettings.json file, and open it with a text editor.
- Add these lines anywhere in the "Plugins" section:
{ "type": "auth.app", "issuer": "ISSUER", "children": [ { "type": "signature", "algo": "hs256", "password": "PASSWORD" }, [ "mapper", { "type": "login", "roles": "external-services" } ] ] }, - Replace "ISSUER" with the name of the issuer you want to use, and replace "PASSWORD" with a secure password.
Example:
{ "type": "auth.app", "issuer": "KanBoWebPart", "children": [ { "type": "signature", "algo": "hs256", "password": "Sup3rPa$word" }, [ "mapper", { "type": "login", "roles": "external-services" } ] ] },

- Save the appsettings.json file, and then restart KanBo.
- Locate the .sppkg package (SharePoint-hosted app) that you downloaded from the link we sent you.

- Change the extension of the file from .sppkg to .zip.
- Open the .zip file, go to the folder named “1c14dbb2-0965-4ae3-98da-6133ccf74bbe” and unpack the “WebPart_1c14dbb2-0965-4ae3-98da-6133ccf74bbe.xml” file to another folder.

- Open the XML file with a file editor.
- You will need to locate and modify three values:
- Search for {kanbo-url} and replace
kanbo-urlwith the URL of your KanBo, like "https://mykanbo.com".

- Search for {password} and replace it with the password you set in the webconfig in step 2.

- Search for {issuer-name} and replace it with the issuer name set in step 2.

Once everything is finished, the excerpt from the .xml file should resemble the following:

- Save the file.
- Replace the old file in the ZIP archive with the new one.
- Change the extension from .zip back to .sppkg.
- Go to the SharePoint Admin Center by opening this link in the browser you are signed in as SharePoint Admin:
- In the Apps section, select Open.
Now, we need to add this package as a SharePoint app.

- Go to App Catalog.

- Select Distribute apps for SharePoint.

- Drag in the .sppkg package into SharePoint.

- Select Deploy.

KanBo modern web part is now available in your tenant.
See how to add KanBo modern web part to the SharePoint site.
Was this article helpful?
Please, contact us if you have any additional questions.
