Skip to content

Commit cd46868

Browse files
authored
Merge pull request #49503 from asmalser-msft/master
Addressing issues
2 parents 3547719 + bcdd243 commit cd46868

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

articles/active-directory/saas-apps/workday-inbound-tutorial.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 06/18/2018
1717
ms.author: asmalser
1818

1919
---
20-
# Tutorial: Configure Workday for automatic user provisioning
20+
# Tutorial: Configure Workday for automatic user provisioning (preview)
2121

2222
The objective of this tutorial is to show you the steps you need to perform to import people from Workday into both Active Directory and Azure Active Directory, with optional writeback of some attributes to Workday.
2323

@@ -27,9 +27,9 @@ The [Azure Active Directory user provisioning service](../active-directory-saas-
2727

2828
* **Provisioning users to Active Directory** - Synchronize selected sets of users from Workday into one or more Active Directory forests.
2929

30-
* **Provisioning cloud-only users to Azure Active Directory** - Hybrid users who exist in both Active Directory and Azure Active Directory can be provisioned into the latter using [AAD Connect](../connect/active-directory-aadconnect.md). However, users that are cloud-only can be provisioned directly from Workday to Azure Active Directory using the Azure AD user provisioning service.
30+
* **Provisioning cloud-only users to Azure Active Directory** - In scenarios where on-premises Active Directory is not used, users can be provisioned directly from Workday to Azure Active Directory using the Azure AD user provisioning service.
3131

32-
* **Writeback of email addresses to Workday** - the Azure AD user provisioning service can write selected Azure AD user attributes back to Workday, such as the email address.
32+
* **Writeback of email addresses to Workday** - The Azure AD user provisioning service can write the email addresses of Azure AD users back to Workday.
3333

3434
### What human resources scenarios does it cover?
3535

@@ -282,7 +282,7 @@ Before configuring user provisioning to an Active Directory forest, consider the
282282

283283
* **Tenant URL –** Enter the URL to the Workday web services
284284
endpoint for your tenant. This should look like:
285-
https://wd3-impl-services1.workday.com/ccx/service/contoso4,
285+
https://wd3-impl-services1.workday.com/ccx/service/contoso4/Human_Resources,
286286
where contoso4 is replaced with your correct tenant name and
287287
wd3-impl is replaced with the correct environment string.
288288

@@ -588,7 +588,7 @@ The following sections describe setting up a connection between Workday and Azur
588588

589589
* **Tenant URL –** Enter the URL to the Workday web services
590590
endpoint for your tenant. This should look like:
591-
https://wd3-impl-services1.workday.com/ccx/service/contoso4,
591+
https://wd3-impl-services1.workday.com/ccx/service/contoso4/Human_Resources,
592592
where contoso4 is replaced with your correct tenant name and
593593
wd3-impl is replaced with the correct environment string. If this URL is not known, please work with your Workday integration partner or support representative to determine the correct URL to use.
594594

@@ -730,7 +730,7 @@ Follow these instructions to configure writeback of user email addresses from Az
730730

731731
* **Tenant URL –** Enter the URL to the Workday web services
732732
endpoint for your tenant. This should look like:
733-
https://wd3-impl-services1.workday.com/ccx/service/contoso4,
733+
https://wd3-impl-services1.workday.com/ccx/service/contoso4/Human_Resources,
734734
where contoso4 is replaced with your correct tenant name and
735735
wd3-impl is replaced with the correct environment string (if
736736
necessary).
@@ -754,8 +754,7 @@ Active Directory.
754754
users in Azure Active Directory should have their email addresses written back to Workday. The default scope is “all
755755
users in Azure AD”.
756756

757-
3. In the **Attribute mappings** section, you can define how individual
758-
Workday attributes map to Active Directory attributes. There is a mapping for the email address by default. However, the matching ID must be updated to match users in Azure AD with their corresponding entries in Workday. A popular matching method is to synchronize the Workday worker ID or employee ID to extensionAttribute1-15 in Azure AD, and then use this attribute in Azure AD to match users back in Workday.
757+
3. In the **Attribute mappings** section, update the matching ID to indicate the attribute in Azure Active Directory where the Workday worker ID or employee ID is stored. A popular matching method is to synchronize the Workday worker ID or employee ID to extensionAttribute1-15 in Azure AD, and then use this attribute in Azure AD to match users back in Workday.
759758

760759
4. To save your mappings, click **Save** at the top of the Attribute-Mapping section.
761760

@@ -898,6 +897,10 @@ To do this, you must use [Workday Studio](https://community.workday.com/studio-d
898897

899898
* When running the **Add-ADSyncAgentAzureActiveDirectoryConfiguration** Powershell command, there is presently a known issue with global administrator credentials not working if they use a custom domain (example: [email protected]). As a workaround, create and use a global administrator account in Azure AD with an onmicrosoft.com domain (example: [email protected]).
900899

900+
* Writing data to the thumbnailPhoto user attribute in on-premises Active Directory is not currently supported.
901+
902+
* The "Workday to Azure AD" connector is not currently supported on Azure AD tenants where AAD Connect is enabled.
903+
901904
* A previous issue with audit logs not appearing in Azure AD tenants located in the European Union has been resolved. However, additional agent configuration is required for Azure AD tenants in the EU. For details, see [Part 3: Configure the on-premises synchronization agent](#Part 3: Configure the on-premises synchronization agent)
902905

903906
## Managing personal data
@@ -909,3 +912,4 @@ The Workday provisioning solution for Active Directory requires a synchronizatio
909912
* [Learn how to review logs and get reports on provisioning activity](../active-directory-saas-provisioning-reporting.md)
910913
* [Learn how to configure single sign-on between Workday and Azure Active Directory](workday-tutorial.md)
911914
* [Learn how to integrate other SaaS applications with Azure Active Directory](tutorial-list.md)
915+

0 commit comments

Comments
 (0)