-
KanBo Installation
- KanBo Installation on Office 365 and Azure (Manual)
- KanBo Installation on Office 365 and Azure (KanBo Installer)
- KanBo On-Premises Installation Requirements and Prerequisites
- KanBo Installation On-Premise SharePoint 2013/2016/2019
- Creating and Updating the Elastic Cloud Deployment
- Creating a Linux Based Virtual Machine on Azure for Elastic Search
- Installing and Configuring Elastic Search on Debian
- Creating a Windows Virtual Machine on Azure for Elastic Search
- Installing and Configuring Elastic Search on Windows
- How to Create a X.509 High-Trust Certificate
- KanBo Setup
- KanBo Modern Webpart Installation
- Uninstall KanBo from Office 365
- Supported Browsers
-
KanBo Updates
-
Additional Components
- Setting Up KanBo Email Notifications on Azure
- Setting Up KanBo Email Notifications (On-Premise)
- KanBo Outlook Add-in Installation (O365 & On-Premise)
- Send Email to KanBo - Installation (Cloud)
- Send Email to KanBo - Installation (On-Premise)
- Enabling Email a Card Message
- KanBo and Microsoft Power Automate integration: Installation
- KanBo and Microsoft Power Automate Integration: Activation
- Installation of KanBo MyBoard Synchronization with Outlook Calendar and Outlook Tasks
- Installation of the Autodesk BIM Plugin for KanBo
- KanBo and UiPath Integration: Configuration
- Nintex Integration Installation
- KanBo API for Developers
- KanBo External User Groups (Active Directory Integration)
- KanBo Mini Application Installation
- Plugin for Adding Users to KanBo / Sharepoint When They First Enter it
- SharePoint Profiles Synchronization
- SharePoint Site Collection Balancing and Admin Warnings
- Sync Targets
- Installation of the KanBo Teams App
- Setting up BIM Sync as a Webjob
- Show all articles ( 1 ) Collapse Articles
-
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
- Removing syncing of profile pictures in the Profile Sync job
- Creating and customizing the Profile Sync Webjob
- KanBo configuration for Microsoft Azure Cloud GCC High environment
-
Troubleshooting
KanBo and UiPath Integration: Configuration
This post is also available in: Deutsch
KanBo side configuration
1. Create a pair of certificates. An article explaining the creation process can be found here.
2. After creating both PFX and CER certificates, put these lines into the appsettings.json of Your KanBo:
{ "type": "auth.app", "issuer": "ui-path-actions-cert", "children": [ { "type": "signature", "algo": "rs256", "children": [ [ "cert", { "type": "x509-file", "storename": "My", "file": "C:\\Certs\\KanBo\\UiPath.cer" } ] ] }, [ "mapper", { "type": "service", "name": "UiPath service", "roles": "service" } ], [ "mapper", { "type": "user", "roles": "*" } ] ] },
Remember to put the actual path to Your .cer certificate in the <cert> line.
Creating and configuring a new Ui Path Process
1. Create a new process in UiPath
2. Name Your Process, choose Your location and select the "Windows - Legacy" compatibility.
3. After a Process is created, add the KanBo package to Your project. Please contact us at support@kanboapp.com for the package.
4. To add the package, click on Manage Packages
5. Go to Settings, check the "Local" checkbox, name the package and choose the folder in which You are storing the .nupkg package
6. Click on "Add". You should see a new "KanBo" option on the left panel. Click on it, then select "KanBo.UiPath.Activities" and click on "Install".
7. Click on save. This will add the KanBo components to Your Process
Ui Path is now ready for use with KanBo Actions, learn more about them here.
Was this article helpful?
Please, contact us if you have any additional questions.