Skip to content

Commit bc33150

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into twhitney-java-porting
2 parents 4e34224 + 509cf8a commit bc33150

File tree

912 files changed

+8699
-4091
lines changed

Some content is hidden

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

912 files changed

+8699
-4091
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26303,7 +26303,7 @@
2630326303
},
2630426304
{
2630526305
"source_path": "articles/security-center/security-center-policies-overview.md",
26306-
"redirect_url": "/azure/security-center/tutorial-security-policy.md",
26306+
"redirect_url": "/azure/security-center/tutorial-security-policy",
2630726307
"redirect_document_id": false
2630826308
},
2630926309
{
@@ -26476,6 +26476,11 @@
2647626476
"redirect_url": "/azure/hdinsight/spark/apache-spark-overview",
2647726477
"redirect_document_id": true
2647826478
},
26479+
{
26480+
"source_path": "articles/hdinsight/spark/apache-spark-eventhub-streaming.md",
26481+
"redirect_url": "/azure/hdinsight/spark/apache-spark-ipython-notebook-machine-learning",
26482+
"redirect_document_id": false
26483+
},
2647926484
{
2648026485
"source_path": "articles/hdinsight/storm/apache-storm-sensor-data-analysis.md",
2648126486
"redirect_url": "https://azure.microsoft.com/resources/samples/hdinsight-java-storm-eventhub/",

articles/active-directory-b2c/active-directory-b2c-user-migration.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ manager: celestedg
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: conceptual
11-
ms.date: 08/31/2019
11+
ms.date: 11/26/2019
1212
ms.author: marsma
1313
ms.subservice: B2C
1414
---
1515

16-
# Azure Active Directory B2C: User migration
16+
# Migrate users to Azure Active Directory B2C
1717

1818
When you migrate your identity provider to Azure Active Directory B2C (Azure AD B2C), you might also need to migrate the user accounts. This article explains how to migrate existing user accounts from any identity provider to Azure AD B2C. The article is not meant to be prescriptive, but rather, it describes a few scenarios. The developer is responsible for the suitability of each approach.
1919

@@ -302,7 +302,17 @@ In Solution Explorer, right-click on the `AADB2C.UserMigration.API`, select "Pub
302302

303303
The preceding technical profile defines one input claim: `signInName` (send as email). On sign-in, the claim is sent to your RESTful endpoint.
304304

305-
After you define the technical profile for your RESTful API, tell your Azure AD B2C policy to call the technical profile. The XML snippet overrides `SelfAsserted-LocalAccountSignin-Email`, which is defined in the base policy. The XML snippet also adds `ValidationTechnicalProfile`, with ReferenceId pointing to your technical profile `LocalAccountUserMigration`.
305+
After you define the technical profile for your RESTful API, configure the existing `SelfAsserted-LocalAccountSignin-Email` technical profile to additionally call your REST API technical profile by overriding it within your *TrustFrameworkExtensions.xml* file:
306+
307+
```XML
308+
<TechnicalProfile Id="SelfAsserted-LocalAccountSignin-Email">
309+
<ValidationTechnicalProfiles>
310+
<ValidationTechnicalProfile ReferenceId="LocalAccountUserMigration" />
311+
</ValidationTechnicalProfiles>
312+
</TechnicalProfile>
313+
```
314+
315+
Then, change the `Id` of the `LocalAccountSignIn` technical profile to `LocalAccountUserMigration`.
306316

307317
### Step 4.4: Upload the policy to your tenant
308318

articles/active-directory/authentication/active-directory-certificate-based-authentication-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Certificate-based authentication on Android - Azure Active Directory
2+
title: Android certificate-based authentication - Azure Active Directory
33
description: Learn about the supported scenarios and the requirements for configuring certificate-based authentication in solutions with Android devices
44

55
services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: article
9-
ms.date: 01/15/2018
9+
ms.date: 11/21/2019
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo

articles/active-directory/authentication/active-directory-certificate-based-authentication-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Get started with certificate-based authentication - Azure Active Directory
2+
title: Certificate-based authentication - Azure Active Directory
33
description: Learn how to configure certificate-based authentication in your environment
44

55
services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: article
9-
ms.date: 01/15/2018
9+
ms.date: 11/21/2019
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo

articles/active-directory/authentication/active-directory-passwords-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Self-service password reset troubleshooting - Azure Active Directory
2+
title: Troubleshoot self-service password reset - Azure Active Directory
33
description: Troubleshooting Azure AD self-service password reset
44

55
services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: troubleshooting
9-
ms.date: 02/01/2019
9+
ms.date: 11/21/2019
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo

articles/active-directory/authentication/concept-mfa-authprovider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: When and how to use an Azure Multi-Factor Auth Provider? - Azure Active Directory
2+
title: Azure Multi-Factor Auth Providers - Azure Active Directory
33
description: When should you use an Auth Provider with Azure MFA?
44

55
services: multi-factor-authentication
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 11/27/2018
9+
ms.date: 11/21/2019
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo

articles/active-directory/authentication/concept-mfa-howitworks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Azure Multi-Factor Authentication - How it works - Azure Active Directory
2+
title: How it works Azure MFA - Azure Active Directory
33
description: Azure Multi-Factor Authentication helps safeguard access to data and applications while meeting user demand for a simple sign-in process.
44

55
services: multi-factor-authentication
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 06/03/2018
9+
ms.date: 11/21/2019
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo

articles/active-directory/authentication/concept-registration-mfa-sspr-combined.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Combined registration for Azure AD SSPR and Multi-Factor Authentication (preview) - Azure Active Directory
2+
title: Combined registration for SSPR and MFA - Azure Active Directory
33
description: Azure AD Multi-Factor Authentication and self-service password reset registration (preview)
44

55
services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 08/29/2019
9+
ms.date: 11/21/2019
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo

articles/active-directory/authentication/concept-sspr-customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Customizing Azure AD self-service password reset - Azure Active Directory
2+
title: Customize self-service password reset - Azure Active Directory
33
description: Customization options for Azure AD self-service password reset
44

55
services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 07/30/2019
9+
ms.date: 11/21/2019
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo

articles/active-directory/authentication/concept-sspr-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Azure AD Self-service password reset policies - Azure Active Directory
2+
title: Self-service password reset policies - Azure Active Directory
33
description: Configure Azure AD self-service password reset policy options
44

55
services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 05/16/2018
9+
ms.date: 11/21/2019
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo

0 commit comments

Comments
 (0)