Connection Settings
Provide the information required to connect and interact with the source.
To configure your connection settings, complete the following:
-
Enter the Base URL for the Coupa system. For example,
https://{oraganization_name}.coupahost.com
-
Client Credentials is the only supported Grant Type
-
In the Token URL field, enter the URL required to request an access token for the configured client identifier. For example,
https://{oraganization_name}.coupahost.com/oauth2/token
-
In the Client ID field, enter the OAuth 2.0 Client Identifier created in Coupa. For more information on generating the Client ID, refer to Registering OAuth 2.0 Client on Coupa Connector.
-
In the Client Secret field, enter the Client Secret for the configured Client Identifier. For more information on generating the Client Secret, refer to Registering OAuth 2.0 Client on Coupa Connector.
-
Enter the Scopes that the connector must include while requesting an access token for certain operations in the Coupa system. To add more than one scope, use a comma (,) as a separator.
For example:
core.user.read, core.user.write, core.common.read
For more information on the operations and their required scopes, refer to Required Permissions.
-
Select Save.