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.
-
In the Host URL field, enter the fully qualified URL of the MEDITECH instance.
-
In the Scope field, enter the scopes to include when creating a token on MEDITECH. 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
-
In the Client ID and Client Secret fields, enter the values for OAuth2 authentication. This information is available in MEDITECH.
-
Select Save.