...
Tip |
---|
Dynamic OAuth2 Account: You must generate a token and have it available when configuring this account. You can generate an Access token using the REST POST Snap or through a Curl cURL command in the Postman application. OAuth2 Account: You must authorize the account to generate a token. |
...
Navigate to the Coupa Snap of your choice and configure the Coupa OAuth2 Account. Refer to Coupa OAuth2 Account for more Account- related information.
Click Authorize. You will be redirected to the login page of Coupa.
Log in to Coupa and accept the permissions. The Access token is populated.
Click Apply after the authorization is successful.
Troubleshooting
Common Errors | Reason | Response |
---|---|---|
The Client ID is invalid or you must have provided multiple credentials. Failed authentication. | Details of the Client secret provided is incorrect. | Provide correct Client Secret value. |
Invalid Scope | The specified scopes are invalid. | Provide Scopes when creating a client app. |
Failed to validate Account | Details of the parameters provided for endpoint are incorrect. | Ensure that the Account is configured correctly. |
...