LowTrust - Approval Workflow required
Overview
When the LowTrust version is used, the activation of the External Approval Workflow is required, when regular users should be able to request / create sites.
Enabling the external approval workflow for LowTrust
Config Editors can enable the approval workflow for a site type on the approvalWorkflow property on the WorkspaceTypeConfig. In order to do this, the isEnabled
boolean needs to be set to true
and a URL for the external service must be specified on the webhookUrl
property.
approvalWorkflow
configuration example:
...
approvalWorkflow: {
isEnabled: true
}
...
LiveTiles workspaces provisioning in LowTrust
Before LiveTiles workspaces can be provisioned in a low trust scenario, an IT Administrator needs to run the PNP-Powershell-Script in advance, which will be provided during the workspace creation workflow.