edoc D365 FO plugin ecm Administration Guide
Breadcrumbs

How do I integrate edoc workplace (In-Place) into Microsoft Dynamics 365 for Finance and Operations?

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

  1. 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.

  2. Copy the following elements or add the following elements to the entries in the Content-Security-Policy option:

    HTML
    frame-src 'self' https://d365fosystemxy.axcloud.dynamics.com; frame-ancestors 'self' https://d365fosystemxy.axcloud.dynamics.com; object-src 'none';
    
  3. Save your changes.

See also