Installation der Nintex-Integration

Table of Contents

This post is also available in: English

KanBo lässt sich jetzt in die fortschrittlichste Workflow-Plattform für SharePoint integrieren.


Installation

  1. Fügen Sie Ihrem SharePoint Wsp hinzu.
Add-SPSolution -LiteralPath {pathToWspFile}

  1. Installieren Sie die Lösung.
 Install-SPSolution -Identity kanbonintexactions.wsp -GACDeployment -AllWebApplications

oder

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

  1. Wechseln Sie zur Zentraladministration, und aktivieren Sie die Webanwendungsfunktion in Ihrer Web-App.

  1. Fügen Sie den folgenden Eintrag zu KanBo appsettings.json innerhalb der "Plugins" hinzu.

{
    "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"
      }
     ]
    ]
   },

Aktualisieren

Aktualisieren Sie die vorhandene WSP-Lösung:

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

Verwendung

In diesem Artikel erfahren Sie mehr über die Verwendung der Komponente.

War dieser Beitrag hilfreich?

Bitte kontaktieren Sie uns, wenn Sie weitere Fragen haben.