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:
- 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.
-
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
-
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
- Save and close the appsettings.Production.json file.
- Recycle the application pool of the Hyland Healthcare Configuration Provider Host.