You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: copilot/employee-self-service/workday.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,10 +228,8 @@ In this article, you learn how to set up the **Microsoft Entra ID Integrated** a
228
228
When installing the Workday connector, the first step is to set up connections using the form. Fill out the following fields:
229
229
230
230
**Microsoft Entra resource URL (Application ID URI)**
231
-
This is Microsoft Entra's app registration created for Workday SSO.
231
+
This is Microsoft Entra's app registration created for Workday SSO.[Learn how to access app registrations](/entra/identity-platform/quickstart-register-app).
232
232
233
-
1. Sign into the [Azure portal](https://portal.azure.com)
234
-
1. In the search bar, search for **App registrations**.
235
233
1. Select **All applications**.
236
234
1. Choose the correct application created for Workday SSO.
237
235
1. In the **Overview** section, use the **Application ID URI** under the **Essentials** tab.
@@ -266,6 +264,9 @@ Workday report configuration provides the SOAP base URL.
1. Update the value with the correct name in the **Value** section.
277
278
279
+
>[!NOTE]
280
+
>[The ESS agent uses a new Workday connector, which is not the same as the one published in the Power Platfrom connectors list (Workday HCM - Connectors). The current connector used in the agent is Workday SOAP. Plan for any DLP policies to allowlist this connector in the environment where the agent is being deployed and tested.]
281
+
278
282
#### Step four: Configure connections
279
283
280
284
During the Workday Extension Pack installation process, you'll be prompted for the following connection configurations:
281
285
282
-
|Connection reference name |Connection reference ID |Expected connection |
286
+
|Connection reference name |Connection reference ID |Expected connection user account |
Note that all the above user accounts mentioned in the table under "Expected connection user account" should be available in Entra for SSO and use the respective accounts in UPN format (example: `[email protected]`). Ensure that each connection is explicitly set up with its own account even though the connection status turned green after the first connection setup.
294
+
289
295
#### Step five: Update the environment variables
290
296
291
297
1. After you install the Workday extension, select **Solutions** in the left navigation in Copilot Studio.
292
298
1. A banner on the solutions page prompts you to fill in the environment variables.
293
-
1. Update the following environment variables:
299
+
1. Update the following environment variables. Refer to the following inputs from the **SOAP Base URL** section.
294
300
295
301
|Environment variable |Description |
296
302
|---------------------|------------|
297
-
|EmployeeContextRequestAccountName |Should contain the account that has access to the RaaS report. Reference from connection table: ISUAccount |
298
-
|EmployeeContextRequestReportName |Should be the name of the report that contains the required information. Reference from connection table: Report Instance |
299
303
|WorkdayWebsiteRedirectMessage |This is the message shown to users in success/failure scenarios for update email/phone number actions |
304
+
|EmployeeContextRequestAccountName |Should contain the account that has access to the RaaS report. Reference from connection table: ISUAccount |
305
+
|EmployeeContextRequestReportName |should be the name of the report that contains the required information reference from above connection table: ReportName |
306
+
|EmployeeContextRequestReportInstanceName |should be the instance name that the report belongs to reference from above connection table: Report Instance |
300
307
301
308
#### Step 6: Confirm the Workday flows are turned on
0 commit comments