Adding the Site Parameter to NilRead URLs - Hyland Clinician Window - 23.2 - 23.2 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.2
License

The NilRead URLs in appsettings.Production.json must include the site parameter to specify the site configured to handle Hyland Clinician Window requests.

Placement of the site parameter varies depending on whether NilRead is configured to share the URL encryption key across tenants.

  • If the URL encryption key is shared across tenants, then add the site parameter to the encryptedParameters array for each URL.

    For example:

    "Url": "https://server:port/invoke.aspx", 
    "encryptedParameters": [
        "site=site123"
    ],
    "plaintextParameters": []
  • If the URL encryption key is tenant-specific, then add the site parameter to the plaintextParameters array for each URL.

    For example:

    "Url": "https://server:port/invoke.aspx", 
    "encryptedParameters": [],
    "plaintextParameters": [
        "site=site123" 
    ]

For information about NilRead encryption settings, see the API documentation for your version of NilRead.