The Hyland Healthcare Configuration Utility UI must be configured to use the Hyland IdP server for authentication.
To configure IdP settings for the Hyland Healthcare Configuration Utility UI:
- Open the appsettings.json file for the Hyland Healthcare Configuration Utility UI in a plain-text editor. In a default installation, this file is located at C:\Program Files\Hyland\HylandHealthcareConfigUtility\config.
- Locate the clientId setting under authConfig.
- Paste the client ID value you copied from the Hyland IdP server into the value of the clientId attribute. 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.
-
Update the rest of the settings under the authConfig
element with the following values:
Setting
Description
issuer
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
scope
Allowed scopes. Set to the following:
openid evolution
customQueryParams | idp-tenant
The name of the IdP tenant for the Hyland Healthcare Configuration Utility UI.
redirectUri
The view/authentication-confirmation URL for the Hyland Healthcare Configuration Utility UI.
For example, if your domain is my.domain and the name of the Hyland Healthcare Configuration Utility UI application is HylandHealthcareConfigUtility, then the value is as follows:
https://my.domain/HylandHealthcareConfigUtility/view/authentication-confirmation
postLogoutRedirectUri
The redirect URL for logout.
For example, if your domain is my.domain and the name of the Hyland Healthcare Configuration Utility UI application is HylandHealthcareConfigUtility, then the value is as follows:
https://my.domain/HylandHealthcareConfigUtility/view/unauthenticated
silentRefreshRedirectUri
The URL for the silent-refresh.html page of the Hyland Healthcare Configuration Utility UI.
For example, if your domain is my.domain and the name of the Hyland Healthcare Configuration Utility UI application is HylandHealthcareConfigUtility, then the value is as follows:
https://my.domain/HylandHealthcareConfigUtility/silent-refresh.html
requireHttps
Set to true. This setting requires the client to use an HTTPS binding.
silentRefresh
Set to true.This setting silently refreshes the user's IdP authentication token without interrupting the active session.
- Save and close the appsettings.json file.
- Recycle the application pool of the Hyland Healthcare Configuration Utility UI for the changes to take effect.