SmartSYNC: Connect to Workday

SmartSYNC: Connect to Workday

In order to connect WorkDay to SmartSYNC you will need to create an OAUTH2 client app. The below takes you through the process. 

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:

  1. Login to Workday: https://www.myworkday.com/tenant.htm

  2. Search for Register API client.

  3. 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:
    https://(SmartSYNC server URL i.e. smartsync.org)/app/connect/success

    Scope

    Enable Custom Objects > System.

    Add any other applicable scopes - this will vary depending on the data you are synchronising.
    See https://community.workday.com/sites/default/files/file-hosting/restapi/ and the relevant data scopes

    Include Workday Owned Scope

    Check the box.

  4. To create the new registration, select OK.

  5. Workday displays the app info. Save the Client IDClient SecretAuthorization URLs, and Token URLs.