Skip to content

Commit 8f035b3

Browse files
committed
Fixing merge conflict
2 parents 70ef643 + c130efb commit 8f035b3

File tree

5,299 files changed

+86413
-56358
lines changed

Some content is hidden

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

5,299 files changed

+86413
-56358
lines changed

.openpublishing.publish.config.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"url": "https://github.com/Azure-Samples/functions-python-pytorch-tutorial",
158158
"branch": "master",
159159
"branch_mapping": {}
160-
},
160+
},
161161
{
162162
"path_to_root": "functions-quickstart-templates",
163163
"url": "https://github.com/Azure/azure-functions-templates",
@@ -187,7 +187,8 @@
187187
"path_to_root": "functions-docs-powershell",
188188
"url": "https://github.com/Azure-Samples/functions-docs-powershell",
189189
"branch": "master"
190-
}, {
190+
},
191+
{
191192
"path_to_root": "samples-personalizer",
192193
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
193194
"branch": "master"
@@ -366,7 +367,7 @@
366367
"path_to_root": "azure-sdk-for-java-script-event-hubs",
367368
"url": "https://github.com/Azure/azure-sdk-for-js/",
368369
"branch": "master"
369-
},
370+
},
370371
{
371372
"path_to_root": "azure-sdk-for-net-event-hubs",
372373
"url": "https://github.com/Azure/azure-sdk-for-net/",
@@ -376,7 +377,7 @@
376377
"path_to_root": "azure-sdk-for-python-event-hubs",
377378
"url": "https://github.com/Azure/azure-sdk-for-python/",
378379
"branch": "master"
379-
},
380+
},
380381
{
381382
"path_to_root": "cosmos-dotnet-getting-started",
382383
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
@@ -510,5 +511,8 @@
510511
"Pdf": {
511512
"template_folder": "_themes.pdf"
512513
}
514+
},
515+
"docs_build_engine": {
516+
"name": "docfx_v3"
513517
}
514518
}

.openpublishing.redirection.json

Lines changed: 1498 additions & 338 deletions
Large diffs are not rendered by default.

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"markdown.docsetName": "azure",
3+
"markdown.docsetRootFolderName": "articles",
4+
"markdown.omitDefaultJsonProperties": true,
25
"markdown.docsetLanguages": [
36
".NET Core CLI",
47
"Apache",
@@ -57,5 +60,6 @@
5760
],
5861
"cSpell.words": [
5962
"auditd"
60-
]
63+
],
64+
"git.ignoreLimitWarning": true
6165
}

CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ articles/jenkins/ @TomArcherMsft
99
articles/terraform/ @TomArcherMsft
1010

1111
# Requires Internal Review
12-
articles/best-practices-availability-paired-regions.md @jpconnock @arob98 @syntaxc4 @tysonn @snoviking
12+
articles/best-practices-availability-paired-regions.md @jpconnock @martinekuan @syntaxc4 @tysonn @snoviking
1313

1414
# Governance
1515
articles/governance/ @DCtheGeek
1616

1717
# Configuration
18-
*.json @SyntaxC4 @snoviking @arob98
19-
.acrolinx-config.edn @MonicaRush @arob98
20-
articles/zone-pivot-groups.yml @SyntaxC4 @snoviking @arob98
18+
*.json @SyntaxC4 @snoviking @martinekuan
19+
.acrolinx-config.edn @MonicaRush @martinekuan
20+
articles/zone-pivot-groups.yml @SyntaxC4 @snoviking @martinekuan

articles/active-directory-b2c/TOC.yml

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
href: custom-policy-overview.md
7575
- name: User accounts
7676
href: user-overview.md
77+
- name: User profile attributes
78+
href: user-profile-attributes.md
7779
- name: How-to guides
7880
items:
7981
- name: App integration
@@ -231,18 +233,16 @@
231233
href: direct-signin.md
232234
- name: Add your own business logic
233235
items:
236+
- name: Integrate REST API
237+
href: custom-policy-rest-api-intro.md
234238
- name: Validate user input
235239
href: custom-policy-rest-api-claims-validation.md
236240
displayName: rest claims validation, validate
237241
- name: Obtain additional claims
238242
href: custom-policy-rest-api-claims-exchange.md
239243
displayName: rest claims exchange
240-
- name: Add your own RESTful API
241-
href: rest-api-claims-exchange-dotnet.md
242-
- name: Secure RESTful APIs with basic auth
243-
href: secure-rest-api-dotnet-basic-auth.md
244-
- name: Secure RESTful APIs with certificate auth
245-
href: secure-rest-api-dotnet-certificate-auth.md
244+
- name: Secure REST API
245+
href: secure-rest-api.md
246246
- name: Define custom attributes
247247
href: custom-policy-custom-attributes.md
248248
- name: Troubleshooting
@@ -309,13 +309,15 @@
309309
items:
310310
- name: About technical profiles
311311
href: technical-profiles-overview.md
312+
- name: About validation technical profiles
313+
href: validation-technical-profile.md
314+
- name: Application Insights
315+
href: application-insights-technical-profile.md
316+
- name: Azure Active Directory
317+
href: active-directory-technical-profile.md
312318
- name: Azure Multi-Factor Authentication
313319
href: multi-factor-auth-technical-profile.md
314320
displayName: mfa
315-
- name: Claim resolvers
316-
href: claim-resolver-overview.md
317-
- name: Azure Active Directory
318-
href: active-directory-technical-profile.md
319321
- name: Claims transformation
320322
href: claims-transformation-technical-profile.md
321323
- name: JWT token issuer
@@ -329,6 +331,8 @@
329331
displayName: otp
330332
- name: OpenID Connect
331333
href: openid-connect-technical-profile.md
334+
- name: Phone factor
335+
href: phone-factor-technical-profile.md
332336
- name: REST
333337
href: restful-technical-profile.md
334338
- name: SAML
@@ -340,12 +344,12 @@
340344
- name: SSO session
341345
href: custom-policy-reference-sso.md
342346
displayName: single sign-on
343-
- name: Validation
344-
href: validation-technical-profile.md
345347
- name: UserJourneys
346348
href: userjourneys.md
347349
- name: RelyingParty
348350
href: relyingparty.md
351+
- name: Claim resolvers
352+
href: claim-resolver-overview.md
349353
- name: Use b2clogin.com
350354
items:
351355
- name: b2clogin.com overview
@@ -389,28 +393,28 @@
389393
href: user-migration.md
390394
- name: Reference
391395
items:
392-
- name: Identity Experience Framework release notes
393-
href: custom-policy-developer-notes.md
396+
- name: Billing model
397+
href: billing.md
394398
- name: Code samples
395399
href: https://azure.microsoft.com/resources/samples/?service=active-directory-b2c
396-
- name: Page layout versions
397-
href: page-layout.md
398400
- name: Cookie definitions
399401
href: cookie-definitions.md
400402
displayName: cookies, SameSite
401403
- name: Error codes
402404
href: error-codes.md
405+
- name: Extensions app
406+
href: extensions-app.md
407+
- name: IEF release notes
408+
href: custom-policy-developer-notes.md
403409
- name: Microsoft Graph API operations
404410
href: microsoft-graph-operations.md
411+
- name: Page layout versions
412+
href: page-layout.md
405413
- name: Region availability & data residency
406414
href: data-residency.md
407-
- name: Billing model
408-
href: billing.md
409415
- name: Threat management
410416
href: threat-management.md
411417
displayName: security
412-
- name: Extensions app
413-
href: extensions-app.md
414418
- name: User flow versions
415419
href: user-flow-versions.md
416420
- name: Resources

articles/active-directory-b2c/active-directory-technical-profile.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 03/09/2020
12+
ms.date: 03/26/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -111,6 +111,7 @@ The name of the claim is the name of the Azure AD attribute unless the **Partner
111111
## Requirements of an operation
112112

113113
- There must be exactly one **InputClaim** element in the claims bag for all Azure AD technical profiles.
114+
- The [user profile attributes article](user-profile-attributes.md) describes the supported Azure AD B2C user profile attributes you can use in the input claims, output claims, and persisted claims.
114115
- If the operation is `Write` or `DeleteClaims`, then it must also appear in a **PersistedClaims** element.
115116
- The value of the **userPrincipalName** claim must be in the format of `[email protected]`.
116117
- The **displayName** claim is required and cannot be an empty string.
@@ -250,7 +251,7 @@ The following technical profile deletes a social user account using **alternativ
250251
| ClientId | No | The client identifier for accessing the tenant as a third party. For more information, see [Use custom attributes in a custom profile edit policy](custom-policy-custom-attributes.md) |
251252
| IncludeClaimResolvingInClaimsHandling  | No | For input and output claims, specifies whether [claims resolution](claim-resolver-overview.md) is included in the technical profile. Possible values: `true`, or `false` (default). If you want to use a claims resolver in the technical profile, set this to `true`. |
252253

253-
### Error messages
254+
### UI elements
254255

255256
The following settings can be used to configure the error message displayed upon failure. The metadata should be configured in the [self-asserted](self-asserted-technical-profile.md) technical profile. The error messages can be [localized](localization.md).
256257

0 commit comments

Comments
 (0)