EN
Español
English
Português
    Problem with embedded CMDB - ADM

    PM-153169-19-202663

    A failure was identified when viewing the CMDB embedded in ADM, which generated two possible scenarios: the screen was left at the ADM login, or it was left loading indefinitely without showing results.

    Tunes the integration of CMDB embedding into ADM to successfully resolve authentication and content loading, preventing the screen from being stuck at login or in an indefinite load state.

    Note: To display the pop-up window with the CI information from ADM and CMDB, both websites must belong to the same domain, for example, https://adm.dominio.com and https://cmdb.dominio.com. Adjust the web.config file of the ADM site, adding the corresponding domain in the frame-ancestors and frame-src directives of the Content-Security-Policy, as in the following example:

    <add name="Content-Security-Policy" value="connect-src 'self' https://www.google.com http://localhost:5021/Specialist/ ws://localhost:5021/clientHub; default-src 'self' https://login.microsoftonline.com https://www.google.com; font-src 'self' data: *.tile.openstreetmap.org; img-src 'self' data: https://*.gstatic.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://maps.google.com https://maps.googleapis.com https://cdn.jsdelivr.net https://www.google.com https://www.gstatic.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.jsdelivr.net; frame-ancestors 'self' https://cmdb.dominio.com https://adm.dominio.com/; frame-src https://cmdb.dominio.com https://adm.dominio.com/;" />
    


    View documentation