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.
-
Enter the fully qualified URL of the MEDITECH instance in the Host URL field.
-
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 -
Enter the Token URL for token generation. For example:
https://{yourmeditechDomain}/oauth2/v1/token ---> https://{yourmeditechDomain}/oauth2/token
-
Enter the values for OAuth2 authentication in the Client ID and Client Secret fields. For more information, refer to MEDITECH documentation.
-
Select Save.