...
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.
From the Search menu for the Workday categories, select Register API Client and click Register.
Provide details for the following mandatory fields:
Client Name: Specify a name for the API Client
Client Grant Type: Select Authorization Code Grant.
Note: Currently, Snap supports only Authorization Grant Code grant types.Select Enforce 60 Minutes Access Token Expiry for the Auto-refresh token to work correctly in the Workday REST OAuth2 Account.
Access Token Type: Select Bearer.
Redirect URL: https://elastic.snaplogic.com/api/1/rest/admin/oauth2callback/workday
Scope: Select all the services you need to access from the dropdown list.
Click on Done.
...