Setting up Origami PnPStorageEntity

In some cases Origami apps may require tenant wide configuration to retrieve theme settings.

Here are the steps to se this up:

  1. Open SharePoint Online Management Shell and Run it as Administrator. You can download the shell from here: https://www.microsoft.com/en-ca/download/details.aspx?id=35588

  2. Run this command to connect to your tenant, replacing [your tenant] with your tenant:

Connect-PnPOnline -Url “https://[your tenant]-admin.sharepoint.com” -Interactive

The system will ask you for your SharePoint Online Admin credentials.

  1. Run this command to set the Origami identifier, replacing [your hub site] with the URL of your hub site:

Set-PnPStorageEntity -Key OrigamiRootSite -Value “https://[your tenant].sharepoint.com/sites/[your hub site]”

  1. Run this command to log out:

Disconnect-PnPOnline