How do I configure Decisions to run in an iFrame within an Azure Linux container?

We need to run Decisions inside an iFrame within our Azure container (Linux) environment. The documentation mostly references Windows/on-premises setups, so I'm unsure how to update the necessary configuration files or environment variables for iFrame compatibility.

Comments

  • MalikB_Decisions
    edited October 3

    Hello,

    To enable Decisions to run in an iFrame within an Azure Linux container, you need to update the configuration to allow iFrame embedding and set the SameSite cookie mode to "None." Here’s how you can do it:


    Resolution Steps:

    1. Review the Decisions documentation for iFrame integration: iFrame Integration Guide.
    2. In your Azure container, locate the settings.xml file or use environment variables to configure Decisions.
    3. Add the required CustomHeaders and set the DefaultSameSiteCookieMode environment variable to None for iFrame support. Reference: Environment Variables Guide.
    4. After making these changes, restart your Azure container to apply the new settings. Plan for a brief downtime during this process.

    Hope this helps!

Sign In or Register to comment.