To install the Office Connector (henceforth referred to as "OC"), install an OC the exact same way you would install a Media Manager 5 site (MM). Create a new website folder and copy the content from SWInstall into the create website folder.
Code Block | ||
---|---|---|
| ||
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"EnablePrerendering": false,
"ForceHttps": true,
"HttpsPort": 443,
"MediaManagerConfiguration": {
"GuestUsername": "Guest",
"GuestPassword": "0ea2f02d5f73c86c220ff08b23d1c3f1",
"ApiDomain": "DAM URL",
"UseHttps": true,
"WowzaServer": "https://mm.dev.digizuite.com/",
"WowzaAppName": "mmapp",
"AbrMediaId": "666",
"EnabledFeatures": [
"workflow-management",
"bar"
],
"InstrumentationKey": "74afe12a-8df3-4efa-998d-936a1021ff6c",
"ProductVersion": "5.2.0",
"VersionId": "!/6/0/", #MM CONFIG VERSION (lowest level)
"UseFederatedAuthentication": false,
"EnableNormalLogin": false,
"BusinessWorkflowServiceUrl": "http://localhost:60000/"
}
}
|
SSO
Version 5.2.0 has a known issue with SSO. If SSO is to be used, please use version 5.2.1 or higher.
Admin Configuration
Next, locate the manifest.xml file in the "wwwroot"-folder of the installed OC, and open the file. Alternatively, the file is similar to the following:
...
Make sure to generate a new ID.
To check if your manifest file is valid, you can use the following tool: https://github.com/OfficeDev/office-addin-validator.
If Centralized Deployment is possible (see Digizuite™ Office Connector 2.0 - 0. Requirements), follow the instructions for "Centralized Deployment" below.
...
- For Windows users, follow the instructions at: https://docs.microsoft.com/en-us/office/dev/add-ins/testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins.For Mac users, follow the instructions at: https://docs.microsoft.com/en-us/office/dev/add-ins/testing/sideload-an-office-add-in-on-ipad-and-mac.
If this approach is used, the "Centralized Deployment" section below can be skipped.
...