Closed Elyseum closed 2 years ago
If a Client Secret is defined on the API client, it will be required for all OAuth workflows. There is a note in the Knowledge Base article on Authentication mentioning this requirement, but I will also add a note to the Getting Started guide as well.
Addressed in the latest release
The example request to get an oauth/token on https://ordercloud.io/learn/getting-started/making-your-first-request is missing the client_password parameter. When I execute the example code, I get back
After adding the 'client_secret' (as suggested on https://stackoverflow.com/questions/68551922/generating-oauth-token-on-sandbox-throws-servererror) I get back an access token: