Workday - How do I link my account?
Overview
To authenticate with Workday, you need two key pieces of information:
- Client ID - Your Workday Client ID
- Client Secret - Your Workday Client Secret
This guide will walk you through finding or creating those credentials within Workday.
Prerequisites:
- You must set up an account with Workday with administrator access.
Step 1: Setting up Your Workday Account
- Log into your Workday account.
- In the Search field, select the
Task Register API Client
. - Select the
Register API Client
form.
- In the form, enter a name for your application in the
Client Name
field. - In the Scope section, add Staffing and/or Recruiting, depending on your application’s needs.
- Select
Non-expiring Refresh Tokens
. - Select the
Include Workday Owned Scope
checkbox. - Confirm the details to generate the
Client ID
andClient Secret
.
- Ensure there’s a Non-Expiring Refresh Token, navigate to
View API Clients
,API Clients for Integrations
, and click the Client created earlier. - After that, navigate to the
Delete or Regenerate Refresh Token
section and select theGenerate New Refresh Token
.
Step 2: Find your Workday Client ID and Client Secret
- To find your token endpoint URL in Workday, search and select the
View API Clients
report through the search option. Save the URLs listed in the Token Endpoint field. - Remember to save the
Client ID
,Client Secret
,Authorization Endpoint
, and Token Endpoint.
Step 3: Connect Your Workday Account
To authenticate using your API credentials, navigate to the Workday authentication form. Enter your credentials as follows:
- Username: Your Workday Client ID
- Password: Your Workday Client Secret
- Workday Domain: This is available in your browser as http://
domain
.workday.com
Click “Connect” to complete the authentication.
Was this page helpful?