Register WorkZone SharePoint app in Azure
Follow these steps to register the WorkZone SharePoint application at Azure Active Directory (this a prerequisite for using the WorkZone SharePoint module to copy the documents from Microsoft SharePoint to WorkZone).
This is done via the New-KmdWorkZoneWZSPApp.ps1
script provided by KMD technicians.
Run the New-KmdWorkZoneWZSPApp.ps1
script, using the following parameters:
DisplayName
: Display name of the AD app. For example, KMD WorkZone - WZSP.IdentifierUri
: Identifier URI of the AD app that is also used for updates (script re-runs)TenantId
: your Azure AD Tenant ID
Example:
.\New-KmdWorkZoneWZSPApp.ps1 `
-DisplayName 'KMD WorkZone – WZSP' `
-IdentifierUri 'api://5d3760f7-9e2f-4bf3-a318-b0ea87f66540/wzsp' `
-TenantId ‘5d3760f7-9e2f-4bf3-a318-b0ea87f66540’