This step can be performed at any time, independently of the remaining installation process. |
The extension can be installed in three ways:
The commands we're using can be found here No regedit needed Will install to Program Files (x86) |
If you place the files in both the Program Files AND the Program Files (x86) - you will very likely encounter issues. Only place the files in Program Files. |
This new version of the connector uses the Media Manager 5's (MM5) Config Manager, as opposed to previously, where the Creative Cloud Connector (CCC) had its own version in the Config Manager.
There are two ways you can point the CCC to a Config Manager version:
If you choose option 2, please follow the installation steps below:
To install a proxy website please perform the following steps:
This step is the whole "meat and potatoes" of this guide. Here you create what the the CCC points to. In other words, the other steps are there to allow the CCC plugin to point to the Config Manager version you create here.
To start, go to you DAM Center, and navigate to System tools → ConfigManager → Media Manager 5 → 5.0.0.
In here, you have the ability to create CCC's Config Manager version.
Press the text field in the top-right corner, and input a name you find fitting. Some people go with "CCC", while other go with "Default" - or something else entirely.
Please note that the name itself is not important - but, once created, it cannot be changed nor deleted. |
After creation, the new Config Manager version can be found beneath System tools → ConfigManager → Media Manager 5 → 5.0.0.
In here - locate the ID of the Config Manager version by pressing the Menu button → Version information (found next to the Create new version button):
You'll be seeing something akin to the following image:
Note down the Version id - in this case, it's "/1/1/". This will be used in the following step.
The proxy website needs to point to the new version you created. Additionally, it requires some info to be set, in order to fully function.
Navigate to the CCC website files from step 1 (again, usually found in C:/webs), and open the file named appsettings.json - we recommend Notepad++ for editing such files:
{ "Logging": { "LogLevel": { "Default": "Warning" } }, "AllowedHosts": "*", "EnablePrerendering": false, "ForceHttps": true, "HttpsPort": 443, "MediaManagerConfiguration": { "GuestUsername": "Guest", "GuestPassword": "0ea2f02d5f73c86c220ff08b23d1c3f1", "ApiDomain": "", "UseHttps": true, "WowzaServer": "", "WowzaAppName": "mmapp", "AbrMediaId": "666", "EnabledFeatures": [], "InstrumentationKey": "#{instrumentationKey}", "ProductVersion": "#{productVersion}", "VersionId": "!/5/", "UseFederatedAuthentication": false, "EnableNormalLogin": false, "BusinessWorkflowServiceUrl": "http://localhost:60000/" } } |
The easiest way to configure this, is to look at your Media Manager website's appsettings.json file, and copy its values.
Here's a rundown of what the fields are used for:
Placeholder | Description |
---|---|
ApiDomain | Insert the DAM Center's url. This is used to redirect the calls to the proxy site onto the corresponding DAM Center. |
VersionId | Input the CCC's Config Manager Version ID, which we located in the last step. (e.g. "/1/1/") Due to legacy code, please insert a "!" in front of the version. Thus making it say e.g. "!/1/1/" |
UseFederatedAuthentication | Must be set to "true" if using SSO. |
EnableNormalLogin | Must be set to "true" if normal login should be enabled together with SSO. |
Please note: The fields "WowzaServer", "EnabledFeatures" and "InstrumentationKey" are not relevant for the CCC and can be disregarded.
Open the IIS
Unfold the menu under the server name and right-click the web server and select "Add website...".
A new prompt will appear.
Input the following:
(Optional): Go into the site's bindings and add a "http" binding:
Define PortalName which could be found withing appsettings.json "ProductConfiguration" section to be either:
The same as the MM’s if the MM has it defined
Example of relevant json files:
D:\webs\test-ccc.qa.digizuite.com\appsettings.json
D:\webs\test-mm5.qa.digizuite.com\appsettings.json
The required value for Portalname could be found within table:
SELECT TOP (1000) [ProductName]
,[PortalName]
,[MemberId]
,[Configuration]
FROM [test_dam].[dbo].[LoginService_Preferences]