The Hyland Healthcare Configuration Utility Server must be configured to use the Hyland IdP server for authentication.
To configure IdP settings for the Hyland Healthcare Configuration Utility Server:
- Open the appsettings.Production.json file for the Hyland Healthcare Configuration Utility Server in a plain-text editor. In a default installation, this file is located at C:\Program Files\Hyland\HylandHealthcareConfigUtilityServer.
- Locate the ClientId setting under IdPSettings.
- Paste the client ID value you copied from the Hyland IdP server into the value of the ClientId setting. This is the unique ID of the client on the Hyland IdP server. This value is case sensitive and must match exactly the value on the Hyland IdP server.
-
Configure the remaining settings under IdPSettings as
described in the following table:
Setting
Description
Server
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
Secrets | Name
This value must be ClientSecret.
Secrets | Value
The plain-text value of the Client Secret assigned to the Hyland Healthcare Configuration Utility Server client connection configured on the Hyland IdP server.
Tip:It is considered a best practice to encrypt this value using the Hyland Application Settings Utility. For information on using this utility, see the Hyland Application Settings Utility documentation on Community. For information on acquiring the utility, contact your first line of support.
Tenant
The name of the tenant the Hyland Healthcare Configuration Utility Server is using to store configuration data.
- Save and close the appsettings.Production.json file.
- Recycle the application pool of the Hyland Healthcare Configuration Utility Server for the changes to take effect.