-
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 KanBo Mini Application
Table of Contents
Overview
The article covers the complete installation process for the KanBo Mini Application, including configuration steps and verification to ensure the application is ready to use.
Prerequisites
You will need:
- A Microsoft 365 license enabling the creation of custom connectors in Power Automate and apps in Power Apps,
- The KanBo Card Adder and Light Viewer packages,
- A self-signed .pfx certificate.
KanBo Configuration
- Generate a .pfx certificate and store it somewhere, as you will need its path for the next step.
- Modify your KanBo appsettings.json file by adding this code:
{
"type": "auth.oauth",
"issuer": "power-apps-access",
"children": [
[
"cert",
{
"type": "x509-file",
"file": "PATH TO YOUR .PFX CERTIFICATE",
"key": "PASSWORD OF THE .PFX CERTIFICATE"
}
]
]
},
- Save the appsettings.json file and restart the app.
- Once the app has restarted, go to yourkanbourl.com/auth/power-apps-access/newclient. You should then see something like this:

The values that are returned will be used in the next steps, so it’s a good idea to copy them somewhere. Later on, they will be called ‘Value 1’ and so on.
- Change the previously added line by adding this:
{
"type": "auth.oauth",
"issuer": "power-apps-access",
"children": [
[
"cert",
{
"type": "x509-file",
"file": "PATH TO YOUR .PFX CERTIFICATE",
"key": "PASSWORD OF THE .PFX CERTIFICATE"
}
],
{
"type": "client",
"id": "VALUE 1",
"secret": "VALUE 2",
"url": "https://global.consent.azure-apim.net/redirect",
"name": "PowerApps"
}
]
}
- Save the appsettings.json file and restart the app.
Creating the Power App
- Make sure you have both the KanBo Viewer Light App and the KanBo Card Adder App somewhere on your computer where you can unzip them.
- Make a custom connector in Power Automate. Go to make.powerautomate.com, then select Data > Custom connectors.

- Select + New custom connector > Import an OpenAPI file.

- Enter the name for your custom connector.
- Import the “KanBo_PowerApps.json” file from any of the unzipped folders.

- Set the icon of the connector and change the host to the URL of your KanBo (without https).

- Go to Security, and change the fields to the right values:

- Select Create connector.
- Go to make.powerapps.com, then select Apps > Import canvas app.

- Choose the .zip file of the app you want to upload. This will be in the unzipped folders, so please do not upload the main package you received.

- When the upload of the package is complete, select Select during import for the Connector resource.

- Select the Power Automate custom connector that you created in the previous step.

- Select Import and start using your app.
Was this article helpful?
Please, contact us if you have any additional questions.
