Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section lists the prerequisites and steps for applying and verifying this patch.

...

  1. Go to <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\saml location.

  2. Open securityContext.xml file.

  3. Go to Security for the administration UI section and make the following change:

    1. Add the below property under the security headers tag:
      <security:hsts max-age-seconds="31536000"/>
      Image Removed
      Image Added

  4. Go to Secured pages with SAML as entry point section and make the following change:
    1. Add the below property under the security headers tag:
      <security:hsts max-age-seconds="31536000"/>
      Image Removed
      Image Added

  5. Save the file.

Changes in connect_export.xml

  1. Go to <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location.

  2. Open connect_export.xml file.

  3. Search for the Activities tag containing the activityRefId="002" and add the following activities within this tag:

    <activity type="Email Notification Format" />
    <activity name="KafkaAccount" />
    <activity name="KafkaListener" />
    <activity name="KafkaTarget" />

    Image Modified

  4. Save the file.

Changes in export.xml

  1. Go to <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location.

  2. Open export.xml file.

  3. Search for the Activities tag containing the activityRefId="003" and add the following activities within this tag:

    <activity name="KafkaAccount" />
    <activity name="KafkaListener" />
    <activity name="KafkaTarget" />


    Image Modified

  4. Save the file.

  5. Restart the Connect Server.


Changes in SecureBridge Agent Manager 

...