Skip to content

Commit d46e7b1

Browse files
committed
Merge branch 'main' into release-updatecenterv2-publicpreview
2 parents 17055e8 + dfe5422 commit d46e7b1

File tree

92 files changed

+683
-256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+683
-256
lines changed
8.31 KB
Loading
172 KB
Loading
8.55 KB
Loading
70.5 KB
Loading

articles/active-directory/app-provisioning/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ items:
6969
href: export-import-provisioning-configuration.md
7070
- name: Provisioning reports
7171
href: ../reports-monitoring/concept-provisioning-logs.md?context=%2fazure%2factive-directory%2fapp-provisioning%2fcontext%2fapp-provisioning-context
72+
- name: Workday provisioning scenarios
73+
items:
74+
- name: Retrieve pronoun information
75+
href: workday-retrieve-pronoun-information.md
7276
- name: Troubleshoot application provisioning
7377
items:
7478
- name: Known issues
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
title: Retrieve pronoun information from Workday
3+
description: Learn how to retrieve pronoun information from Workday
4+
services: active-directory
5+
author: kenwith
6+
manager: rkarlin
7+
ms.service: active-directory
8+
ms.subservice: app-provisioning
9+
ms.topic: reference
10+
ms.workload: identity
11+
ms.date: 07/05/2022
12+
ms.author: kenwith
13+
ms.reviewer: arvinh, chmutali
14+
---
15+
16+
# Configure Azure AD provisioning to retrieve pronoun information from Workday
17+
This article describes how you can customize the following two HR-driven provisioning apps to fetch pronoun information from Workday.
18+
19+
* [Workday to on-premises Active Directory user provisioning](../saas-apps/workday-inbound-tutorial.md)
20+
* [Workday to Azure Active Directory user provisioning](../saas-apps/workday-inbound-cloud-only-tutorial.md)
21+
22+
## About pronoun information in Workday
23+
Workday introduced the ability for workers to [display pronoun information](https://community.workday.com/node/731178) in their worker profile in Workday 2021 R1 release. The ability to fetch pronoun data using Workday Web Services (WWS) API call was introduced in [Get_Workers API version 38.1](https://community.workday.com/sites/default/files/file-hosting/productionapi/Human_Resources/v38.1/Get_Workers.html) in Workday 2022 R1 release.
24+
25+
>[!NOTE]
26+
>Links to certain Workday community notes and documents in this article require Workday community account credentials. Please check with your Workday administrator or partner to get the required access.
27+
28+
## Enabling pronoun data in Workday
29+
This section describes steps required to enable pronoun data in Workday. We recommend engaging your Workday administrator to complete the steps listed below.
30+
1. Ensure that pronoun display and sharing preferences are enabled as per Workday guidelines. Refer Workday documents:
31+
32+
[Steps: Set Up Gender Pronouns to Display on a Worker Profile * Human Capital Management * Reader * Administrator Guide (workday.com)](https://doc.workday.com/r/gJQvxHUyQOZv_31Vknf~3w/7gZPvVfbRhLiPissprv6lQ)
33+
34+
[Steps: Set Up Public Profile Preferences * Human Capital Management * Reader * Administrator Guide (workday.com)](https://doc.workday.com/r/gJQvxHUyQOZv_31Vknf~3w/FuENV1VTRTHWo_h93KIjJA)
35+
36+
1. Use Workday **Maintain Pronouns** task to define preferred pronoun data (HE/HIM, SHE/HER, and THEY/THEM) in your Workday tenant.
37+
1. Use Workday **Maintain Localization Settings task -> Personal Information** area to activate pronoun data for different countries.
38+
1. Select the Workday Integration System Security Group used with your Azure AD integration. Update the [domain permissions for the security group](../saas-apps/workday-inbound-tutorial.md#configuring-domain-security-policy-permissions), so it has GET access for the Workday domain **Reports: Public Profile**.
39+
>[!div class="mx-imgBorder"]
40+
>![Screenshot of permissions to setup in Workday.](./media/workday-pronoun-data/workday-pronoun-permissions.png)
41+
1. Activate Pending Security Policy changes.
42+
1. Select a worker in your Workday tenant for testing purposes. Set pronoun information for this worker using the **Edit Personal Information** task. Ensure that the worker has enabled pronoun display to all in their public profile preference.
43+
44+
>[!div class="mx-imgBorder"]
45+
>![Screenshot of enabling pronoun display option.](./media/workday-pronoun-data/enable-pronoun-display-preference.png)
46+
47+
1. Use Workday Studio or Postman to invoke [Get_Workers API version 38.1](https://community.workday.com/sites/default/files/file-hosting/productionapi/Human_Resources/v38.1/Get_Workers.html) for the test user using the Workday Azure AD integration system user. In the SOAP request header specify the option Include_Reference_Descriptors_In_Response.
48+
```
49+
<bsvc:Workday_Common_Header>
50+
<bsvc:Include_Reference_Descriptors_In_Response>true</bsvc:Include_Reference_Descriptors_In_Response>
51+
</bsvc:Workday_Common_Header>
52+
```
53+
1. In the Get_Workers response, you will now see pronoun information.
54+
55+
>[!div class="mx-imgBorder"]
56+
>![Screenshot of Workday Get Workers API response.](./media/workday-pronoun-data/get-workers-response-with-pronoun.png)
57+
58+
>[!NOTE]
59+
>If you are not able to retrieve pronoun data in the *Get_Workers* response, then troubleshoot Workday domain security permissions. Ensure your integration security group has permission to the segmented security group that grants access to the pronoun data.
60+
61+
Once you confirm that pronoun data is available in the *Get_Workers* response, go to the next step of updating your Azure AD provisioning app configuration.
62+
63+
## Updating Azure AD provisioning app to retrieve pronouns
64+
65+
To retrieve pronouns from Workday, you'll need to update your Azure AD provisioning app to query Workday using v38.1 of the Workday Web Services. We recommend testing this configuration first in your test/sandbox environment before implementing the change in production.
66+
67+
1. Sign-in to Azure portal as administrator.
68+
1. Open your *Workday to AD User provisioning* app OR *Workday to Azure AD User provisioning* app.
69+
1. In the **Admin Credentials** section, update the **Tenant URL** to include the Workday Web Service version v38.1 as shown below.
70+
71+
>[!div class="mx-imgBorder"]
72+
>![Screenshot of Azure portal provisioning app with Workday version.](./media/workday-pronoun-data/update-workday-version.png)
73+
74+
1. Open the **Attribute mappings** blade. Scroll down and click **Show advanced options**. Click on **Edit attribute list for Workday**.
75+
1. If your provisioning app is configured to use the default WWS API version v21.1, then [reference this article to review and update the XPATHs for each attribute](workday-attribute-reference.md#xpath-values-for-workday-web-services-wws-api-v30).
76+
1. Add a new attribute called **PreferredPronoun** with XPATH
77+
78+
`/wd:Worker/wd:Worker_Data/wd:Personal_Data/wd:Personal_Information_Data/wd:Pronoun_Reference/@wd:Descriptor`
79+
80+
1. Save your changes.
81+
1. You can now add a new attribute mapping to flow the Workday attribute **PreferredPronoun** to any attribute in AD/Azure AD.
82+
1. If you want to incorporate pronoun information as part of display name, you can update the attribute mapping for displayName attribute to use the below expression.
83+
84+
`Switch([PreferredPronoun], Join("", [PreferredNameData], " (", [PreferredPronoun], ")"), "", [PreferredNameData])`
85+
86+
1. If worker *Aaron Hall* has set his pronoun information in Workday as `HE/HIM`, then the above expression will set the display name in Azure AD as: *Aaron Hall (HE/HIM)*
87+
1. Save your changes.
88+
1. Test the configuration for one user with provisioning on demand.
89+
90+
## Next steps
91+
92+
* [Learn how to configure Workday to Active Directory provisioning](../saas-apps/workday-inbound-tutorial.md)
93+
* [Learn how to configure write back to Workday](../saas-apps/workday-writeback-tutorial.md)
94+
* [Learn more about supported Workday Attributes for inbound provisioning](workday-attribute-reference.md)

articles/api-management/self-hosted-gateway-settings-reference.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ This article provides a reference for required and optional settings that are us
3333
| telemetry.metrics.local.statsd.endpoint | StatsD endpoint. | Yes, if `telemetry.metrics.local` is set to `statsd`; otherwise no. | N/A |
3434
| telemetry.metrics.local.statsd.sampling | StatsD metrics sampling rate. Value must be between 0 and 1, for example, 0.5. | No | N/A |
3535
| telemetry.metrics.local.statsd.tag-format | StatsD exporter [tagging format](https://github.com/prometheus/statsd_exporter#tagging-extensions). Value is one of the following: `ibrato`, `dogStatsD`, `influxDB`. | No | N/A |
36-
| telemetry.metrics.cloud | Whether or not to [enable emitting metrics to Azure Monitor](how-to-configure-cloud-metrics-logs.md). | No | `true` |
37-
| observability.opentelemetry.enabled | Whether or not to enable [emitting metrics to an OpenTelemetry collector](how-to-deploy-self-hosted-gateway-kubernetes-opentelemetry.md) on Kubernetes. | No | `false` |
36+
| telemetry.metrics.cloud | Indication whether or not to [enable emitting metrics to Azure Monitor](how-to-configure-cloud-metrics-logs.md). | No | `true` |
37+
| observability.opentelemetry.enabled | Indication whether or not to enable [emitting metrics to an OpenTelemetry collector](how-to-deploy-self-hosted-gateway-kubernetes-opentelemetry.md) on Kubernetes. | No | `false` |
3838
| observability.opentelemetry.collector.uri | URI of the OpenTelemetry collector to send metrics to. | Yes, if `observability.opentelemetry.enabled` is set to `true`; otherwise no. | N/A |
3939
| observability.opentelemetry.histogram.buckets | Histogram buckets in which OpenTelemetry metrics should be reported. Format: "*x,y,z*,...". | No | "5,10,25,50,100,250,500,1000,2500,5000,10000" |
4040

@@ -51,10 +51,11 @@ This article provides a reference for required and optional settings that are us
5151
| telemetry.logs.local.journal.endpoint | Journal endpoint. |Yes if `telemetry.logs.local` is set to `journal`; otherwise no. | N/A |
5252
| telemetry.logs.local.json.endpoint | UDP endpoint that accepts JSON data, specified as file path, IP:port, or hostname:port. | Yes if `telemetry.logs.local` is set to `json`; otherwise no. | 127.0.0.1:8888 |
5353

54-
## Ciphers
54+
## Security
5555

5656
| Name | Description | Required | Default |
5757
| ------------- | ------------- | ------------- | ----|
58+
| certificates.local.ca.enabled | Indication whether or not to the self-hosted gateway should use local CA certificates that are mounted. This requires the self-hosted gateway to run as root or with user ID 1001. | No | `false` |
5859
| net.server.tls.ciphers.allowed-suites | Comma-separated list of ciphers to use for TLS connection between API client and the self-hosted gateway. | No | N/A |
5960
| net.client.tls.ciphers.allowed-suites | Comma-separated list of ciphers to use for TLS connection between the self-hosted gateway and the backend. | No | N/A |
6061

articles/applied-ai-services/metrics-advisor/encryption.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: mrbullwinkle
66
manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: metrics-advisor
9+
ms.custom: applied-ai-non-critical-metrics-advisor
910
ms.topic: how-to
1011
ms.date: 07/02/2021
1112
ms.author: mbullwin

articles/applied-ai-services/metrics-advisor/glossary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ author: mrbullwinkle
77
manager: nitinme
88
ms.service: applied-ai-services
99
ms.subservice: metrics-advisor
10+
ms.custom: applied-ai-non-critical-metrics-advisor
1011
ms.topic: conceptual
1112
ms.date: 09/14/2020
1213
ms.author: mbullwin

articles/applied-ai-services/metrics-advisor/how-tos/alerts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ author: mrbullwinkle
77
manager: nitinme
88
ms.service: applied-ai-services
99
ms.subservice: metrics-advisor
10+
ms.custom: applied-ai-non-critical-metrics-advisor
1011
ms.topic: how-to
1112
ms.date: 09/14/2020
1213
ms.author: mbullwin

0 commit comments

Comments
 (0)