In the Workday console, you must create the client app. You can get your SmartSYNC server URL and Scope from your SmartTHING support contact.
Steps:
Login to Workday: https://www.myworkday.com/tenant.htm
Search for Register API client.
Specify the following fields:
Field | Description |
|---|---|
Client Name | The name of the app. |
Client Grant Type | Select Authorization Grant Type. |
Access Token Type | Select Bearer. |
Redirection URI | Specify the URL: |
Scope | Enable Custom Objects > System. Add any other applicable scopes - this will vary depending on the data you are synchronising. |
Include Workday Owned Scope | Check the box. |
To create the new registration, select OK.
Workday displays the app info. Save the Client ID, Client Secret, Authorization URLs, and Token URLs.