Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

This section describes how secure a Digizuite installation using CORS.

Info
titleRecommendation

Digizuite is recommended to have CORS setup in order to avoid malicious requests.

Digizuite DAM Center

CORS can be enabled by editing Digizuite web.config and adding the following line under appSettings:

...

Code Block
languagexml
<add key="Access-Control-Allow-Origin" value="https://dc.digizuite.com https://mm.digizuite.com https://other-client-intergation-app.digizuite.com" />

Digizuite Core and Commenting Services
Jira Legacy
showSummaryfalse
serverSystem JIRA
serverId6a92bc81-7530-3721-8493-c45e562ab36e
keyDOC-22

Edit the files DZ_INSTALL_PATH\CommentDigizuiteCore\*\appsettings.json and DZ_INSTALL_PATH\DigizuiteCoreAutomationWorkflows\*\appsettings.json and edit the following section

...