Configuring the Hyland Healthcare Configuration Provider Host to Use IdP Authentication - Hyland Clinician Window - 23.1 - 23.1 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

This section describes how to configure the Hyland Healthcare Configuration Provider Host to use Hyland IdP authentication.

To configure the Hyland Healthcare Configuration Provider Host to use the Hyland IdP server for authentication:

  1. Open the appsettings.Production.json file of the Hyland Healthcare Configuration Provider Host in a plain-text editor. In a default installation, this file is located at C:\Program Files\Hyland\HylandHealthcareConfigProviderHost.
  2. Configure the following settings under Authentication:

    Setting

    Description

    JwtBearer | Authority

    The URL of the 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

    JwtBearer | Audience

    The required JWT audience claim for this application. Set this value to the following:

    healthcare.config

  3. Configure the following settings under Authorization:

    Setting

    Description

    ReadScope

    The JWT scope claim used to retrieve configuration. Set this value to the following:

    hc.config.read

    WriteScope

    The JWT scope claim used to modify configuration. Set this value to the following:

    hc.config.write

  4. Save and close the appsettings.Production.json file.
  5. Recycle the application pool of the Hyland Healthcare Configuration Provider Host.