How can we help you today?

Go ahead and ask us anything.

See the KanBo newest version.

Nintex Integration installation

Last modified:


KanBo now integrates with most advanced workflow platform for SharePoint.

Image 8599

Installation

1. Add Wsp to your SharePoint

Add-SPSolution -LiteralPath {pathToWspFile}

2.Install the solution

 Install-SPSolution -Identity kanbonintexactions.wsp -GACDeployment -AllWebApplications

or

Install-SPSolution -Identity kanbonintexactions.wsp -GACDeployment -WebApplication {WebAppName}

3. Go to Central Administration and activate Web Application feature on your Web App.

Image 8512

4. Add the following entry to KanBo web.config inside <plugins>

<auth.app issuer="nintex-actions-cert">
    <signature algo="rs256">
        <cert type="x509-file" file="{path to .cer file}" />
   </signature>
    <mapper type="service" name="Nintex service" roles="*" />
    <mapper type="user" />
    <mapper type="login" />
</auth.app>


Update

Update existing WSP solution

Update-SPSolution -Identity kanbonintexactions.wsp -LiteralPath {pathToWspFile} -GACDeployment -AllWebApplications


Usage

Enter this article to read about usage of the component.


Is this article helpful for you?