Skip to main content

SafeTitan

Configuring File Updates

In order for SafeTitan to be able to identify the Orchestrator and the Organization that are making the requests, the IDs of the Orchestrator and Organization must be included in the Orchestrator's configuration file, which is appsettings.json.

  1. Open the directory in which you have installed Orchestrator, and from this folder, open the appsettings.json config file.

  2. The properties OrgId and OrchestratorId will be blank, which must be populated with IDs from the Orchestrator Settings page on the portal:

    • OrgId: This is a unique identifier for the Organisation. This can be found to the right of the Generate Orchestration Package button, labeled Global Organisation ID.

      SFT-Install-OrchestrationMgr2.jpg
    • OrchestratorId: This is the unique identifier for the Orchestrator you are installing. This value is displayed in the grid directly after clicking the button to generate the Orchestration package.

      SFT-Install-OrchestrationMgr3.jpg

    The resulting config file should appear similar to the following:

    SFT-Install-OrchestrationMgr4.jpg
  3. Select Save to save changes to the config file.

  4. Restart both sites in IIS for the changes to take effect.