-
KanBo Installation
- Creating a Linux Based Virtual Machine on Azure for Elastic Search
- Creating a Windows Virtual Machine on Azure for Elastic Search
- Creating and Updating the Elastic Cloud Deployment
- How to Create a X.509 High-Trust Certificate
- Installing and Configuring Elastic Search on Debian
- Installing and Configuring Elastic Search on Windows
- KanBo Installation on Office 365 and Azure
- KanBo Installation On-Premise SharePoint 2013/2016/2019
- KanBo Modern Webpart Installation
- KanBo On-Premises Installation Requirements and Prerequisites
- KanBo Setup
- Uninstall KanBo from Office 365
- KanBo Installation on Office 365 and Azure (KanBo Installer)
-
KanBo Updates
-
Additional Components
- Configuring Power Automate with Your KanBo
- Enabling Email a Card Message
- Installation of KanBo MyBoard Synchronization with Outlook Calendar and Outlook Tasks
- Installation of the Autodesk BIM Plugin for KanBo
- KanBo and Microsoft Power Automate Integration: Activation
- KanBo and Microsoft Power Automate integration: Installation
- KanBo and UiPath Integration: Configuration
- KanBo API for Developers
- KanBo External User Groups (Active Directory Integration)
- KanBo Mini Application Installation
- KanBo Outlook Add-in Installation (O365 & On-Premise)
- Nintex Integration Installation
- Plugin for Adding Users to KanBo / Sharepoint When They First Enter it
- Send Email to KanBo - Installation (Cloud)
- Send Email to KanBo - Installation (On-Premise)
- Setting Up KanBo Email Notifications (On-Premise)
- Setting Up KanBo Email Notifications on Azure
- SharePoint Profiles Synchronization
- SharePoint Site Collection Balancing and Admin Warnings
- Sync Targets
-
Tips & Tricks
- Configure How Documents Should Be Opened from KanBo
- Customize KanBo Background Images and KanBo Colors
- Define Board Features to Be Enabled or Disabled by Default
- Disable Sleeping Tabs in Browsers
- Disable/Enable Public Boards Creation
- Find Out the Certificate Expiration Dates On-Premise
- Get KanBo ID
- How to Change the Help URL in Your KanBo
- Import Users to KanBo
- Renew Certificate for KanBo Graph Installation
- Show KanBo Version
-
Troubleshooting
KanBo and Microsoft Power Automate integration: Installation
Prepare and upload the certificate to KanBo
1. Create the certificate pair using this guide.
2. Open Azure portal. Make sure your Web App is at least on the Basic plan.

3. Go to TLS/SSL Bindings and go to Private Key Certificates (.pfx) Select Upload certificate.

4. Provide the password and Upload it.


6. Open Configuration and add a new Application Setting.

7. The setting's name should be WEBSITE_LOAD_CERTIFICATES. The value should be the Thumbprint of certificate. Save it.
Configuration
1. Open KanBo web.config.
- go to https://your-kanbo-address.scm.azurewebsites.net/DebugConsole/?shell=powershell
- then go to site -> wwwroot -> web.config and start its edition.

<auth.oauth issuer=""> <cert type="x509-store" store-name="my" store-location="currentuser" key="thumbprint" value="" valid-only="false" /> <client id="" secret="" url="" name="" /> </auth.oauth> <plugin alias="trigger.worker" /> <trigger-action.webhook />

3. Paste your information inside sections:
Issuer="" - add a unique name between quotation marks,
value="" - add certificate's thumbprint between quotation marks,

Save the web.config.
4. Go back to KanBo directory and open the Extensions folder.
Make sure to have the following files here:
- KanBo.Oauth.dll
- Trigger.dll
- KanBo.Trigger.Webhook.dll

Add files there if necessary and restart KanBo.
If anything is missing, contact KanBo support at support@kanboapp.com.
Getting the credentials
1. Open the following link in your browser.
- Change your-kanbo-url to valid KanBo address.
- Change your-issuer-name to name of your issuer from the config.
You should receive an output like this:
Add the following to target KanBo's web.config: <client id="e2xxxxxxxxxxdf" secret="KjxxxxxxxsU=" url="https://powerautomate.authkanbo.com/kanbo/return" name="powerautomate.authkanbo.com"> Add the following to Targets array: { "keys": [ "kanxxxxxxxbo.com" ], "urls": { "authorization": "kanxxxxxxxbo.com/auth/flowsh/code", "access": "kanxxxxxxxbo.com/auth/flowsh/token", "refresh": "kanxxxxxxxbo.com/auth/flowsh/token" }, "kanboApi": "https://kanboshowroom.onkanbo.com/JsonApi", "id": "e2xxxxxdf", "secret": "mOxxxxx0d" }</client>
2. Open web.config and replace the entry (starting from <client id... to name=""/>) with data you received in the output.

3. Send the data under "Add the following to Targets array:" to support@kanbozone.com and kindly wait until they confirm that the entry has been added.
4. Now you can start configuring Power Automate for you using this guide.
This article is related to:
Was this article helpful?
Please, contact us if you have any additional questions.