Versions Compared

Key

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

...

  1. Log into the Workday portal with valid Workday Org admin credentials in this format: https://impl.workday.com/wday/authgwy/<your_tenant_name>/login.htmld.

  2. From the Search menu for the Workday categories, select Register API Client and click Register.

  3. Provide details for the following mandatory fields:

    1. Client Name: Specify a name for the API Client

    2. Client Grant Type: Select Authorization Code Grant.
      Note: Currently, Snap supports only Authorization Grant Code grant types.

    3. Select Enforce 60 Minutes Access Token Expiry for the Auto-refresh token to work correctly in the Workday REST OAuth2 Account. For more information, refer to Application Configuration for Workday REST OAuth2 account

    4. Access Token Type: Select Bearer.

    5. Redirect URL: Enter the redirect URL in the following format:
      https://<SnapLogic_pod_name><control-plane-name>.snaplogic.com/api/1/rest/admin/oauth2callback/workday, where <SnapLogic_pod_<snap-pack-name>
      where the <control-plane-name> corresponds to the domain part of your SnapLogic environment such as elastic.snaplogic.com or emea.snaplogic.com.URL—elastic (global control plane) or emea (EMEA control plane).
      For example:
      https://elastic.snaplogic.com/api/1/rest/admin/oauth2callback/workday
      https://emea.snaplogic.com/api/1/rest/admin/oauth2callback/workday

    6. Scope: Select all the services you need to access from the dropdown list.

  4. Click on Done.

  5. After the API client is registered in the Workday portal, note down the Client ID, Client Secret, and Authorization Endpoint.

    apiendpoint_highlight.png

...