Connection Settings

Provide the information required to connect to the MEDITECH instance and who can access the information. OAuth2 with Client Credentials is the supported authentication and grant types.

  1. Enter the fully qualified URL of the MEDITECH instance in the Host URL field.

  2. Enter the scopes to include when creating a token on MEDITECH in the Scopes field. Multiple scopes can be included as space separated values. For example, you can use

    meditech.users.read&meditech.users.manage&meditech.groups.read
    meditech.groups.manage&meditech.schemas.read&meditech.roles.read.manage

  3. Enter the Token URL for token generation. For example:

    https://{yourmeditechDomain}/oauth2/v1/token ---> https://{yourmeditechDomain}/oauth2/token

  4. Enter the values for OAuth2 authentication in the Client ID and Client Secret fields. For more information, refer to MEDITECH documentation.

  5. Select Save.