To use NilRead with a Clinician Window deployment, you must update the Hyland IdP server and Clinician Window components.
To configure IdP support for NilRead with Hyland Clinician Window:
- Log in to the Hyland IdP Administration client.
- Click the Clients tab to view the client connections.
-
Add the nilread scope to the Clinician Window UI client
connection.
- Select the Clinician Window UI client from the Clients list.
- In the Allowed Scopes field, add the following scope: nilread
- Click Save.
-
Add the nilread scope to the Token Exchange client
connection.
- Select the Token Exchange client from the Clients list.
- In the Allowed Scopes field, add the following scope: nilread
- Click Save.
-
Add the nilread scope to the Clinician Window UI
configuration file.
- Open the appsettings.json file of the Clinician Window UI in a plain-text editor. In a default installation, this file is located at: C:\Program Files\Hyland\CW\config
- Locate the authConfig element.
- Within authConfig, add the following to the scope value: nilread
- Save and close the appsettings.json file.
-
Add the nilread scope to the Clinician Window BFF
configuration file.
- Open the appsettings.Production.json file of the Clinician Window BFF in a plain-text editor. In a default installation, this file is located at: C:\Program Files\Hyland\CW_BFF
- Locate the TokenExchangeConfiguration element.
- Within TokenExchangeConfiguration, add the following to the scope value: nilread
- Save and close the appsettings.Production.json file.
-
Recycle the application pools of the following components for the changes to
take effect:
- Hyland IdP server
- Clinician Window UI
- Clinician Window BFF