This section describes how secure a Digizuite installation using CORS.
Info |
---|
|
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 |
---|
|
<add key="Access-Control-Allow-Origin" value="https://dc.digizuite.com https://mm.digizuite.com https://other-client-intergation-app.digizuite.com" /> |
Jira Legacy |
---|
showSummary | false |
---|
server | System JIRA |
---|
serverId | 6a92bc81-7530-3721-8493-c45e562ab36e |
---|
key | DOC-22 |
---|
|
Edit the files DZ_INSTALL_PATH\DigizuiteCore\*\appsettings.json and DZ_INSTALL_PATH\AutomationWorkflows\*\appsettings.json and edit the following section
...