cancel
Showing results for 
Search instead for 
Did you mean: 

Coupa OAuth2.0 Configuration without using Coupa SNAP

Alwani
New Contributor II

Here is the issue, the Default OAuth2.0 Snap does have Scope so Where I can specify the Scope
What Do I put as OAuth2 Endpoint? See screenshot.
Is anyone able to connect to Coupa using OAuth 2.0 Please share step-by-step? I was able to connect via Postman using the POST call that generates the Key, but not sure what I need to do with that key.
Currently, for the connection in Snaplogic, I have provided the Client ID and Client Secret. I get 500 Errors when trying to make the connection

image

1 ACCEPTED SOLUTION

ddellsperger
Employee
Employee

Coupa Documentation states:

With that access_token set in the Authorization header you can make GET, PUT or POST calls to the Client scopes you defined for that Connection.

In this case, to accomplish this, check the “Header Authenticated” checkbox in the account settings, and that should resolve the issue for you.

View solution in original post

6 REPLIES 6

ddellsperger
Employee
Employee

Coupa Documentation states:

With that access_token set in the Authorization header you can make GET, PUT or POST calls to the Client scopes you defined for that Connection.

In this case, to accomplish this, check the “Header Authenticated” checkbox in the account settings, and that should resolve the issue for you.

Alwani
New Contributor II

Thanks this solved the issue, I also follow the REST OAuth2 docs. Thank you very much