If you want to provide your users with edoc workplace as an embedded function (in-place) using the edoc plugin ecm module, you must integrate the URL in the security settings.
Here's how
-
Go to the Keycloak administration on the edoc platform system environment at: https://<edoc platform>/auth/admin/master/console/#/realms/master/defense/headers. Replace the element <edoc platform> with the base address of your edoc platform installation.
-
Copy the following elements or add the following elements to the entries in the Content-Security-Policy option:
HTMLframe-src 'self' https://d365fosystemxy.axcloud.dynamics.com; frame-ancestors 'self' https://d365fosystemxy.axcloud.dynamics.com; object-src 'none'; -
Save your changes.
See also