Nintex Integration Installation

Table of Contents

KanBo now integrates with most advanced workflow platform for SharePoint.


Installation

  1. Add Wsp to your SharePoint.

Add-SPSolution -LiteralPath {pathToWspFile}

  1. Install the solution.

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

or

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

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

  1. Add the following entry to KanBo appsettings.json inside the "plugins".

{
    "type": "auth.app",
    "issuer": "nintex-actions-cert",
    "children": [
     {
      "type": "signature",
      "algo": "rs256",
      "children": [
       [
        "cert",
        {
         "type": "x509-file",
         "file": "{path to .cer file}"
        }
       ]
      ]
     },
     [
      "mapper",
      {
       "type": "service",
       "name": "Nintex service",
       "roles": "*"
      }
     ],
     [
      "mapper",
      {
       "type": "user"
      }
     ],
     [
      "mapper",
      {
       "type": "login"
      }
     ]
    ]
   },

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.

Was this article helpful?

Please, contact us if you have any additional questions.