01-09-2023 06:10 AM
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
Solved! Go to Solution.
01-09-2023 07:41 AM
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.
01-09-2023 07:41 AM
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.
01-09-2023 07:51 AM
Thanks this solved the issue, I also follow the REST OAuth2 docs. Thank you very much