Skip to content

Commit 1e07379

Browse files
committed
updating
2 parents 1e07bbc + 4a5a495 commit 1e07379

File tree

1,777 files changed

+23988
-22448
lines changed

Some content is hidden

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

1,777 files changed

+23988
-22448
lines changed

.openpublishing.redirection.json

Lines changed: 768 additions & 10 deletions
Large diffs are not rendered by default.

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: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -311,13 +311,15 @@
311311
items:
312312
- name: About technical profiles
313313
href: technical-profiles-overview.md
314+
- name: About validation technical profiles
315+
href: validation-technical-profile.md
316+
- name: Application Insights
317+
href: application-insights-technical-profile.md
318+
- name: Azure Active Directory
319+
href: active-directory-technical-profile.md
314320
- name: Azure Multi-Factor Authentication
315321
href: multi-factor-auth-technical-profile.md
316322
displayName: mfa
317-
- name: Claim resolvers
318-
href: claim-resolver-overview.md
319-
- name: Azure Active Directory
320-
href: active-directory-technical-profile.md
321323
- name: Claims transformation
322324
href: claims-transformation-technical-profile.md
323325
- name: JWT token issuer
@@ -331,6 +333,8 @@
331333
displayName: otp
332334
- name: OpenID Connect
333335
href: openid-connect-technical-profile.md
336+
- name: Phone factor
337+
href: phone-factor-technical-profile.md
334338
- name: REST
335339
href: restful-technical-profile.md
336340
- name: SAML
@@ -342,12 +346,12 @@
342346
- name: SSO session
343347
href: custom-policy-reference-sso.md
344348
displayName: single sign-on
345-
- name: Validation
346-
href: validation-technical-profile.md
347349
- name: UserJourneys
348350
href: userjourneys.md
349351
- name: RelyingParty
350352
href: relyingparty.md
353+
- name: Claim resolvers
354+
href: claim-resolver-overview.md
351355
- name: Use b2clogin.com
352356
items:
353357
- name: b2clogin.com overview
@@ -391,28 +395,28 @@
391395
href: user-migration.md
392396
- name: Reference
393397
items:
394-
- name: Identity Experience Framework release notes
395-
href: custom-policy-developer-notes.md
398+
- name: Billing model
399+
href: billing.md
396400
- name: Code samples
397401
href: https://azure.microsoft.com/resources/samples/?service=active-directory-b2c
398-
- name: Page layout versions
399-
href: page-layout.md
400402
- name: Cookie definitions
401403
href: cookie-definitions.md
402404
displayName: cookies, SameSite
403405
- name: Error codes
404406
href: error-codes.md
407+
- name: Extensions app
408+
href: extensions-app.md
409+
- name: Identity Experience Framework release notes
410+
href: custom-policy-developer-notes.md
405411
- name: Microsoft Graph API operations
406412
href: microsoft-graph-operations.md
413+
- name: Page layout versions
414+
href: page-layout.md
407415
- name: Region availability & data residency
408416
href: data-residency.md
409-
- name: Billing model
410-
href: billing.md
411417
- name: Threat management
412418
href: threat-management.md
413419
displayName: security
414-
- name: Extensions app
415-
href: extensions-app.md
416420
- name: User flow versions
417421
href: user-flow-versions.md
418422
- name: Resources

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

Lines changed: 2 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/16/2020
12+
ms.date: 03/24/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -251,7 +251,7 @@ The following technical profile deletes a social user account using **alternativ
251251
| 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) |
252252
| 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`. |
253253

254-
## Error messages
254+
### Error messages
255255

256256
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).
257257

0 commit comments

Comments
 (0)