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. Also configure the aggregation filters and page sizes on this tab.
-
In the Host URL field, enter the fully qualified URL of the MEDITECH instance.
-
The only Authentication Type and Grant Type supported for MEDITECH is OAuth 2.0 and Client Credentials.
-
Enter the Token URL for token generation. For example:
https://{yourmeditechDomain}/oauth2/v1/token
-
In the Client ID and Client Secret fields, enter the values for OAuth2 authentication. This information is available in MEDITECH.
-
In the Scope field, enter the scopes to include when creating a JWT token on MEDITECH. Multiple scopes can be included as an ampersand (&) 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 -
In the Page Size field, enter the number of records per page:
-
Default: 100
-
Minimum: 1
-
Maximum: 1000
-
-
Type or paste the Account Filter to filter accounts during aggregation. Only strings are supported as a filter condition. For multiple conditions, use a semicolon delimiter. For example:
john;chris
retrieves only those accounts with a display name or email address that starts with
johnorchris. -
Click Save.