How can we help you today?

Go ahead and ask us anything.

See the KanBo newest version.

KanBo and UiPath integration: Configuration

Last modified:


KanBo side configuration

1. Create a pair of certificates. An article explaining the creation process can be found here: https://community.kanboapp.com/en/knowledge-bases/2/articles/1410-create-a-pair-of-certificates-for-kanbo-and-its-components-with-powershell

2. After creating both PFX and CER certificates, put these lines into the web.config of Your KanBo:

<auth.app issuer="ui-path-actions-cert">

<signature algo="rs256">

<cert type="x509-file" storename="My" file="C:\Certs\KanBo\UiPath.cer"/>

</signature>

<mapper type="service" name="UiPath service" roles="service"/>

<mapper type="user" roles="*"/>

</auth.app> 

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

Image 13260

2. Name Your Process, choose Your location and select the "Windows - Legacy" compatibility.

Image 13262

3. After a Process is created, add the KanBo package to Your project. Please contact us at support@kanboapp.com for the package.

To add the package, click on Manage Packages

Image 13263

Then go to Settings, check the "Local" checkbox, name the package and choose the folder in which You are storing the .nupkg package

Image 13264

After that, 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".

Image 13266

After that, 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: https://community.kanboapp.com/en/knowledge-bases/11/articles/52216-kanbo-and-ui-path-integration-usage


Is this article helpful for you?