Skip to content

Commit 5d7a9e1

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into app-articles-batch-12
2 parents c3e0fda + 7f9c21e commit 5d7a9e1

File tree

508 files changed

+5811
-3310
lines changed

Some content is hidden

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

508 files changed

+5811
-3310
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7028,6 +7028,11 @@
70287028
"redirect_url": "/azure/azure-functions/functions-monitoring",
70297029
"redirect_document_id": false
70307030
},
7031+
{
7032+
"source_path_from_root": "/articles/azure-functions/azure-functions-az-redundancy.md",
7033+
"redirect_url": "/azure/reliability/reliability-functions",
7034+
"redirect_document_id": false
7035+
},
70317036
{
70327037
"source_path_from_root": "/articles/azure-government/documentation-government-k8.md",
70337038
"redirect_url": "/azure/azure-government",

articles/active-directory/app-provisioning/hr-attribute-retrieval-issues.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ ms.reviewer: chmutali
4040

4141
**Suggested workarounds**
4242
* **Option 1: Using Workday Provisioning Groups**: Check if the calculated field value can be represented as a provisioning group in Workday. Using the same logic that is used for the calculated field, your Workday Admin may be able to assign a Provisioning Group to the user. Reference Workday doc that requires Workday login: [Set Up Account Provisioning Groups](https://doc.workday.com/reader/3DMnG~27o049IYFWETFtTQ/keT9jI30zCzj4Nu9pJfGeQ). Once configured, this Provisioning Group assignment can be [retrieved in the provisioning job](../app-provisioning/workday-integration-reference.md#example-3-retrieving-provisioning-group-assignments) and used in attribute mappings and scoping filter.
43-
* **Option 2: Using Workday Custom IDs**: Check if the calculated field value can be represented as a Custom ID on the Worker Profile. Use `Maintain Custom ID Type` task in Workday to define a new type and populate values in this custom ID. Make sure the [Workday ISU account used for the integration](../saas-apps/workday-inbound-tutorial.md#configuring-domain-security-policy-permissions) has domain security permission for `Person Data: ID Information`. For example, you can define "External_Payroll_ID" as a custom ID in Workday and retrieved it using the XPATH: `wd:Worker/wd:Worker_Data/wd:Personal_Data/wd:Identification_Data/wd:Custom_ID/wd:Custom_ID_Data[wd:ID_Type_Reference/wd:ID[@wd:type=\"Custom_ID_Type_ID\"]=\"External_Payroll_ID\"]/wd:ID/text()`
43+
* **Option 2: Using Workday Custom IDs**: Check if the calculated field value can be represented as a Custom ID on the Worker Profile. Use `Maintain Custom ID Type` task in Workday to define a new type and populate values in this custom ID. Make sure the [Workday ISU account used for the integration](../saas-apps/workday-inbound-tutorial.md#configuring-domain-security-policy-permissions) has domain security permission for `Person Data: ID Information`.
44+
* Example 1: Let's say you have a calculated field called Payroll ID. You can define "External_Payroll_ID" as a custom ID in Workday and retrieve it using an XPATH that uses "Custom_ID_Type_ID" as the selecting mechanism: `wd:Worker/wd:Worker_Data/wd:Personal_Data/wd:Identification_Data/wd:Custom_ID/wd:Custom_ID_Data[string(wd:ID_Type_Reference/wd:ID[@wd:type='Custom_ID_Type_ID']='External_Payroll_ID']/wd:ID/text()`
45+
* Example 2: Let's say you have a calculated field called Badge ID. You can define "Badge ID" as a custom ID in Workday and retrieve the "Descriptor" attribute corresponding to it with an XPATH that uses "wd:ID_Type_Reference/@wd:Descriptor" as the selecting mechanism: `wd:Worker/wd:Worker_Data/wd:Personal_Data/wd:Identification_Data/wd:Custom_ID[string(wd:Custom_ID_Data/wd:ID_Type_Reference/@wd:Descriptor)='BADGE ID']/wd:Custom_ID_Reference/@wd:Descriptor`
4446

4547

4648
## Next steps

articles/active-directory/authentication/TOC.yml

Lines changed: 76 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
items:
2727
- name: Overview
2828
href: concept-authentication-methods.md
29+
- name: Manage
30+
href: concept-authentication-methods-manage.md
2931
- name: Microsoft Authenticator app
3032
href: concept-authentication-authenticator-app.md
3133
- name: OATH tokens
@@ -84,6 +86,80 @@
8486
href: concept-resilient-controls.md
8587
- name: How-to guides
8688
items:
89+
- name: Manage authentication methods
90+
href: how-to-authentication-methods-manage.md
91+
- name: Passwordless
92+
items:
93+
- name: Deploying passwordless
94+
href: howto-authentication-passwordless-deployment.md
95+
- name: Passwordless FIDO2 security keys
96+
items:
97+
- name: Enable FIDO2 security keys
98+
href: howto-authentication-passwordless-security-key.md
99+
- name: Sign in to Windows 10 devices
100+
href: howto-authentication-passwordless-security-key-windows.md
101+
- name: SSO to on-premises resources
102+
href: howto-authentication-passwordless-security-key-on-premises.md
103+
- name: Hybrid FAQs
104+
href: howto-authentication-passwordless-faqs.md
105+
- name: Troubleshoot hybrid
106+
href: howto-authentication-passwordless-troubleshoot.md
107+
- name: Passwordless phone sign-in
108+
items:
109+
- name: Manage
110+
href: howto-authentication-passwordless-phone.md
111+
- name: Run a registration campaign
112+
href: how-to-mfa-registration-campaign.md
113+
- name: Use number matching
114+
href: how-to-mfa-number-match.md
115+
- name: Use additional context
116+
href: how-to-mfa-additional-context.md
117+
- name: Use Microsoft managed settings
118+
href: how-to-mfa-microsoft-managed.md
119+
- name: Windows Hello for Business
120+
href: /windows/security/identity-protection/hello-for-business/hello-identity-verification
121+
- name: Use a Temporary Access Pass
122+
href: howto-authentication-temporary-access-pass.md
123+
- name: Use SMS-based authentication
124+
items:
125+
- name: Manage
126+
href: howto-authentication-sms-signin.md
127+
- name: Supported apps for SMS-based authentication
128+
href: how-to-authentication-sms-supported-apps.md
129+
- name: Two-way SMS unsupported
130+
href: how-to-authentication-two-way-sms-unsupported.md
131+
- name: Use email address sign-in
132+
href: howto-authentication-use-email-signin.md
133+
- name: Certificate-based authentication
134+
items:
135+
- name: Azure AD CBA
136+
items:
137+
- name: Overview
138+
href: concept-certificate-based-authentication.md
139+
- name: How Azure AD CBA works
140+
href: concept-certificate-based-authentication-technical-deep-dive.md
141+
- name: Configure Azure AD CBA
142+
href: how-to-certificate-based-authentication.md
143+
- name: Windows smart card logon
144+
href: concept-certificate-based-authentication-smartcard.md
145+
- name: iOS devices
146+
href: concept-certificate-based-authentication-mobile-ios.md
147+
- name: Android devices
148+
href: concept-certificate-based-authentication-mobile-android.md
149+
- name: Certificate user IDs
150+
href: concept-certificate-based-authentication-certificateuserids.md
151+
- name: Migrate federated users
152+
href: concept-certificate-based-authentication-migration.md
153+
- name: FAQ
154+
href: certificate-based-authentication-faq.yml
155+
- name: Federated CBA with Azure AD
156+
items:
157+
- name: Configure CBA with federation
158+
href: active-directory-certificate-based-authentication-get-started.md
159+
- name: Use on Android Devices
160+
href: active-directory-certificate-based-authentication-android.md
161+
- name: Use on iOS Devices
162+
href: active-directory-certificate-based-authentication-ios.md
87163
- name: Self-service password reset
88164
items:
89165
- name: Deployment guide
@@ -130,26 +206,6 @@
130206
href: howto-mfa-nps-extension-rdg.md
131207
- name: VPN
132208
href: howto-mfa-nps-extension-vpn.md
133-
- name: Passwordless
134-
items:
135-
- name: Deploying passwordless
136-
href: howto-authentication-passwordless-deployment.md
137-
- name: Passwordless FIDO2 security keys
138-
items:
139-
- name: Enable FIDO2 security keys for your tenant
140-
href: howto-authentication-passwordless-security-key.md
141-
- name: Sign in to Windows 10 devices
142-
href: howto-authentication-passwordless-security-key-windows.md
143-
- name: SSO to on-premises resources
144-
href: howto-authentication-passwordless-security-key-on-premises.md
145-
- name: Hybrid FAQs
146-
href: howto-authentication-passwordless-faqs.md
147-
- name: Troubleshoot hybrid
148-
href: howto-authentication-passwordless-troubleshoot.md
149-
- name: Passwordless phone sign-in
150-
href: howto-authentication-passwordless-phone.md
151-
- name: Windows Hello for Business
152-
href: /windows/security/identity-protection/hello-for-business/hello-identity-verification
153209
- name: Security info registration
154210
items:
155211
- name: Enable combined registration
@@ -170,54 +226,8 @@
170226
href: howto-password-ban-bad-on-premises-faq.yml
171227
- name: Agent version history
172228
href: howto-password-ban-bad-on-premises-agent-versions.md
173-
- name: Run a registration campaign
174-
href: how-to-mfa-registration-campaign.md
175-
- name: Use number matching
176-
href: how-to-mfa-number-match.md
177-
- name: Use additional context
178-
href: how-to-mfa-additional-context.md
179-
- name: Use a Temporary Access Pass
180-
href: howto-authentication-temporary-access-pass.md
181-
- name: Use SMS-based authentication
182-
href: howto-authentication-sms-signin.md
183-
- name: Supported apps for SMS-based authentication
184-
href: how-to-authentication-sms-supported-apps.md
185-
- name: Two-way SMS unsupported
186-
href: how-to-authentication-two-way-sms-unsupported.md
187-
- name: Use email address sign-in
188-
href: howto-authentication-use-email-signin.md
189229
- name: Azure AD smart lockout
190230
href: howto-password-smart-lockout.md
191-
- name: Certificate-based authentication
192-
items:
193-
- name: Azure AD CBA
194-
items:
195-
- name: Overview
196-
href: concept-certificate-based-authentication.md
197-
- name: How Azure AD CBA works
198-
href: concept-certificate-based-authentication-technical-deep-dive.md
199-
- name: Configure Azure AD CBA
200-
href: how-to-certificate-based-authentication.md
201-
- name: Windows SmartCard logon
202-
href: concept-certificate-based-authentication-smartcard.md
203-
- name: iOS devices
204-
href: concept-certificate-based-authentication-mobile-ios.md
205-
- name: Android devices
206-
href: concept-certificate-based-authentication-mobile-android.md
207-
- name: Certificate user IDs
208-
href: concept-certificate-based-authentication-certificateuserids.md
209-
- name: Migrate federated users
210-
href: concept-certificate-based-authentication-migration.md
211-
- name: FAQ
212-
href: certificate-based-authentication-faq.yml
213-
- name: Federated CBA with Azure AD
214-
items:
215-
- name: Configure CBA with federation
216-
href: active-directory-certificate-based-authentication-get-started.md
217-
- name: Use on Android Devices
218-
href: active-directory-certificate-based-authentication-android.md
219-
- name: Use on iOS Devices
220-
href: active-directory-certificate-based-authentication-ios.md
221231
- name: Reporting
222232
items:
223233
- name: Authentication methods activity

0 commit comments

Comments
 (0)