Configurations to use Workday HR SOAP OAuth
-
- UpdatedJan 30, 2025
- 4 minutes to read
- Yokohama
- Now Platform Capabilities
Configure your ServiceNow instance to perform Workday HR SOAP based actions with OAuth 2.0.
Generate client ID and client secret for Workday HR spoke
Register Workday HR spoke as the API client in your Workday account and generate client ID, client secret.
Before you begin
Role required: admin
Procedure
Result
A new refresh token is generated. Copy and store the refresh token for configuring system property.
Generate token URL for Workday HR spoke
Register API client in your Workday account and generate a token URL for Workday HR spoke.
Before you begin
Role required: admin
Procedure
Result
Copy and store the generated Token Endpoint value for configuring system property.
Configure system properties for Workday HR spoke
Configure the system properties to enable OAuth 2.0 for SOAP APIs based actions for Workday HR spoke.
Before you begin
Procedure
- Navigate to .
- In the Application column, search for Workday HR Spoke.
- Open the sn_workday_hr_spke.glide.hub.clientid system property.
- Enter the Client ID generated from the Workday account in the Value field and click Update.
- Open the sn_workday_hr_spke.glide.hub.clientsecret system property.
- Enter the Client secret generated from the Workday account in the Value field and click Update.
- Open the sn_workday_hr.glide.hub.refreshtoken system property.
- Enter the refresh token generated from the Workday account in the Value field and click Update.
- Open the sn_workday_hr_spke.glide.hub.tokenurl system property.
- Enter the token URL generated from the Workday account in the Value field and click Update.
Result
The required system properties are configured for the Workday HR spoke.
Provide the Workday HR base URL
Provide the base URL of your Workday HR instance in the Connection Details [connection_details] table. Spoke actions based on the SOAP API, use these details for the action execution.
Before you begin
Role required: admin.
Procedure