Table of Contents

Search

  1. Preface
  2. Introduction to Informatica MDM - Supplier 360
  3. Supplier 360 Installation Overview
  4. Before You Install
  5. Installing the Supplier 360 Components
  6. After You Install
  7. Business Processes for Supplier Management
  8. Customizing Supplier 360
  9. Upgrading MDM - Supplier 360
  10. Troubleshooting

Installation and Configuration Guide

Installation and Configuration Guide

Configuring Security Headers for the Portal

Configuring Security Headers for the Portal

If you want to enable all the security headers in the Supplier Portal using the content security policy, add the
portal.security.httpHeaders.enabled
and
portal.security.httpHeaders.Content-Security-Policy
properties in the
cmxserver.properties
file. The content security policy is a layer of security that protects the portal from external attacks.
  1. Navigate to the following directory:
    <MDM installation directory>/hub/server/resources
  2. In a text editor, open the
    cmxserver.properties
    file.
  3. To enable security headers in the portal URL and configure the content security policy, add the following properties:
    Property
    Value
    portal.security.httpHeaders.enabled
    true
    portal.security.httpHeaders.Content-Security-Policy
    default-src 'self'; frame-ancestors 'self';script-src 'self'
    You can configure the
    portal.security.httpHeaders.Content-Security-Policy
    property only if you set the
    portal.security.httpHeaders.enabled
    property to true.
  4. Save the
    cmxserver.properties
    file.

0 COMMENTS

We’d like to hear from you!