The URLs to other Hyland components working in conjunction with Clinician Window must be configured to establish secure connections when retrieving patient information.
To configure connecting component URLs:
- Open the appsettings.Production.json file of the Clinician Window BFF server in a plain-text editor. In a default installation, this file is located at: C:\Program Files\Hyland\CW_BFF
-
Update the settings of the BFF element with the
following values:
Setting
Description
APIUrl
The URL of the Clinician Window API component.
For example, if your domain is my.domain and the Clinician Window API application name is CW_API, then the value is as follows:
https://my.domain/CW_API
IdP | Url
The URL of the configured Hyland IdP server. This value is case sensitive.
For example, if your domain is my.domain and the Hyland IdP application name is identityprovider, then the value is as follows:
https://my.domain/identityprovider
Note: For information about configuring the Clinician Window BFF server for IdP authentication, see Configuring the Clinician Window BFF Server to Use IdP Authentication. - Save and close the appsettings.Production.json file.
- Recycle the application pool of the Clinician Window BFF server for the changes to take effect.