Adding the NilRead Scope to Clinician Window Components - Hyland Clinician Window - 23.1 - 23.1 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

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:

  1. Log in to the Hyland IdP Administration client.
  2. Click the Clients tab to view the client connections.
  3. Add the nilread scope to the Clinician Window UI client connection.
    1. Select the Clinician Window UI client from the Clients list.
    2. In the Allowed Scopes field, add the following scope: nilread
    3. Click Save.
  4. Add the nilread scope to the Token Exchange client connection.
    1. Select the Token Exchange client from the Clients list.
    2. In the Allowed Scopes field, add the following scope: nilread
    3. Click Save.
  5. Add the nilread scope to the Clinician Window UI configuration file.
    1. 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
    2. Locate the authConfig element.
    3. Within authConfig, add the following to the scope value: nilread
    4. Save and close the appsettings.json file.
  6. Add the nilread scope to the Clinician Window BFF configuration file.
    1. 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
    2. Locate the TokenExchangeConfiguration element.
    3. Within TokenExchangeConfiguration, add the following to the scope value: nilread
    4. Save and close the appsettings.Production.json file.
  7. Recycle the application pools of the following components for the changes to take effect:
    • Hyland IdP server
    • Clinician Window UI
    • Clinician Window BFF