Configuring Allowed Origins - Hyland Clinician Window - 23.1 - 23.1 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

By default, a web browser will not allow a web application to request resources from a component unless the component has the same origin as the web application. You can relax this restriction by configuring components for cross-origin resource sharing (CORS).

To configure allowed origins for the Hyland Healthcare OnBase Adapter:

  1. Open appsettings.Production.json of the Hyland Healthcare OnBase Adapter in a plain-text editor. In a default installation, this file is located in C:\Program Files\Hyland\HylandHealthcareOnBaseAdapter.
  2. Locate the following line:
    { "AllowedOrigins": "" }
  3. Set the AllowedOrigins value to the origins allowed to request resources from the Hyland Healthcare OnBase Adapter.

    Use semicolons to separate multiple origins, as shown in the following example:

    { "AllowedOrigins": "a.com;b.com" }
  4. Save appsettings.Production.json.
  5. Recycle the Hyland Healthcare OnBase Adapter application pool.