...
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
If you want to enable SSO, change UseFederatedAuthentication
to true
.
If you also want to enable normal login, change EnableNormalLogin
to true.
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:
...