Configurations to use Workday HR SOAP OAuth
Configure your ServiceNow instance to perform Workday HR SOAP based actions with OAuth 2.0.
注:
If you are migrating from basic auth to OAuth 2.0 for SOAP based actions, ensure to remove the basic authentication configurations before the migration.
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.
始める前に
Role required: admin
手順
タスクの結果
A new refresh token is generated. Copy and store the refresh token 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.
始める前に
- Generate client ID and client secret for Workday HR spoke
- Role required: admin
手順
- 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.
タスクの結果
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.
始める前に
Role required: admin.