This section describes how to configure the OnBase Healthcare API to use Hyland IdP authentication.
To configure the OnBase Healthcare API to use the Hyland IdP server for authentication:
- Open appsettings.Production.json of the OnBase Healthcare API in a plain-text editor. In a default installation, this file is located in C:\Program Files\Hyland\HCOnBaseAPI.
-
Configure the following settings under Authentication:
Setting
Description
JwtBearer | Issuers
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
Provider | Address
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
-
Configure the following settings under IdP:
Setting
Description
Scope | Name
The scope of the client connection. Set this value to evolution.
NameClaimType
The claim in the access token that contains the user name of the user logging in. For basic OnBase authentication, this value is username.
- Save and close appsettings.Production.json.
- Recycle the application pool of the OnBase Healthcare API server.