Configuring the OnBase Healthcare API 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 OnBase Healthcare API to use Hyland IdP authentication.

To configure the OnBase Healthcare API to use the Hyland IdP server for authentication:

  1. 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.
  2. 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

  3. 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.

  4. Save and close appsettings.Production.json.
  5. Recycle the application pool of the OnBase Healthcare API server.