-
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 Modern Webpart Installation
You can install KanBo Modern Webpart in both on-premises and cloud environments.
Before you start, make sure you have the right permissions to access the SharePoint Admin Center of your Office 365 tenant – to do so try to open this link.
Follow this guide to install KanBo Modern Webpart.
- Locate your KanBo web.config and open it with any text editor.
- Anywhere in the <plugins> section, add these lines:
<auth.app issuer="ISSUER">
<signature algo="hs256" password="PASSWORD"/>
<mapper type="login" roles="external-services"/>
</auth.app>
- Replace the ISSUER with the issuer name You want to use and replace
PASSWORD with a secure password.
Example:
<auth.app issuer="KanBoWebPart">
<signature algo="hs256" password="Sup3rPa$word"/>
<mapper type="login" roles="external-services"/>
</auth.app>
- Save the web.config.
- Locate the .sppkg package (SharePoint hosted App) you have 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.
- We will have to find and change 3 values:
- Search for {kanbo-url} and replace
kanbo-url
with the URL of Your KanBo, like https://mykanbo.com.
- Then search for {password} and replace it with the password You’ve set in the webconfig in step 2.
- Lastly, look for {issuer-name} and replace it with the issuer name set in step 2.
After all that is done, the exerpt from the .xml file should look like this:
- Save the file.
- Replace the old file in the zip with the new file.
- Change the extension from.zip back to .sppkg.
- Now we need to add this package as an App for SharePoint. Go to the SharePoint Admin Center by opening this link in the browser you are signed in as SharePoint Admin:
- Click on “Open” in the Apps section.
- Go to the app catalog.
- Click on “Distribute Apps for Sharepoint”.
- Drag in the .sppkg package into Sharepoint.
- Click on “Deploy”.
- KanBo Modern Webpart is Now Available in your tenant.
You can learn how to use it by reading this article.
Was this article helpful?
Please, contact us if you have any additional questions.