Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Public and Private Keys - Create key pair using openssl command described here - create certificate. Copy the public and private keys from this step. $ openssl req -nodes -x509 -sha256 -newkey rsa:2048 -keyout private.pem -out public.pem

  • Client ID - Register OAuth2 client application - register application. Copy the API Key.

  • Company ID - see this link for instructions on finding your Company ID.

  • User ID - user id of a technical user who has the right permissions to access OData API

Mock credentials for your testing:

To confirm your OAuth credentials are valid, you can use this blog to test with a third party tool.

...