Skip to content

Commit 84a1c57

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into vijayn-docs
2 parents a6fb69c + bc5e285 commit 84a1c57

File tree

2,562 files changed

+23251
-17791
lines changed

Some content is hidden

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

2,562 files changed

+23251
-17791
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@
155155
"branch": "GuidedSetup",
156156
"branch_mapping": {}
157157
},
158+
{
159+
"path_to_root": "iot-samples-node",
160+
"url": "https://github.com/Azure-Samples/azure-iot-samples-node",
161+
"branch": "master",
162+
"branch_mapping": {}
163+
},
158164
{
159165
"path_to_root": "samples-cognitive-services-speech-sdk",
160166
"url": "https://github.com/Azure-Samples/cognitive-services-speech-sdk",

.openpublishing.redirection.json

Lines changed: 221 additions & 55 deletions
Large diffs are not rendered by default.

articles/active-directory-b2c/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
- name: Service updates
269269
href: https://azure.microsoft.com/updates/?product=active-directory-b2c
270270
- name: Stack Overflow
271-
href: https://stackoverflow.com/questions/tagged/azure-ad-b2c
271+
href: https://stackoverflow.com/questions/tagged/azure-ad-b2c+identity-experience-framework
272272
- name: Support
273273
href: active-directory-b2c-support.md
274274
- name: Videos

articles/active-directory-b2c/active-directory-b2c-access-tokens.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
---
2-
title: 'Requesting access tokens - Azure AD B2C | Microsoft Docs'
1+
---
2+
title: Requesting access tokens in Azure Active Directory B2C | Microsoft Docs
33
description: This article will show you how to setup a client application and acquire an access token.
44
services: active-directory-b2c
5-
documentationcenter: android
65
author: davidmu1
76
manager: mtillman
8-
editor: ''
97

10-
ms.service: active-directory-b2c
8+
ms.service: active-directory
119
ms.workload: identity
1210
ms.topic: article
1311
ms.date: 08/09/2017
1412
ms.author: davidmu
13+
ms.component: B2C
1514

1615
---
1716
# Azure AD B2C: Requesting access tokens

articles/active-directory-b2c/active-directory-b2c-app-registration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
---
2-
title: Application registration - Azure Active Directory B2C
1+
---
2+
title: Application registration in Azure Active Directory B2C | Microsoft Docs
33
description: How to register your application with Azure Active Directory B2C
44
services: active-directory-b2c
55
author: davidmu1
66
manager: mtillman
7-
editor: ''
87

9-
ms.service: active-directory-b2c
8+
ms.service: active-directory
109
ms.workload: identity
1110
ms.topic: get-started-article
1211
ms.date: 6/13/2017
1312
ms.author: davidmu
13+
ms.component: B2C
1414
---
1515

1616
# Azure Active Directory B2C: Register your application

articles/active-directory-b2c/active-directory-b2c-apps.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
---
2-
title: Types of Applications - Azure AD B2C | Microsoft Docs
2+
title: Types of Applications in Azure Active Directory B2C | Microsoft Docs
33
description: The types of applications you can build in the Azure Active Directory B2C.
44
services: active-directory-b2c
5-
documentationcenter: ''
65
author: davidmu1
76
manager: mtillman
8-
editor: ''
97

10-
ms.assetid: bb9d4abe-0db7-4bd9-b0c4-2f43b2c9cf33
11-
ms.service: active-directory-b2c
8+
ms.service: active-directory
129
ms.workload: identity
13-
ms.tgt_pltfrm: na
14-
ms.devlang: na
1510
ms.topic: hero-article
1611
ms.date: 12/06/2016
1712
ms.author: davidmu1
13+
ms.component: B2C
1814

1915
---
2016
# Azure Active Directory B2C: Types of applications

articles/active-directory-b2c/active-directory-b2c-configure-signup-self-asserted-custom.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
---
2-
title: 'Azure Active Directory B2C: Modify sign up in custom policies and configure self asserted provider'
1+
---
2+
title: Modify sign up in custom policies and configure self asserted provider | Microsoft Docs
33
description: A walkthrough on adding claims to sign up and configure the user input
44
services: active-directory-b2c
5-
documentationcenter: ''
65
author: davidmu1
76
manager: mtillman
8-
editor: ''
97

10-
ms.service: active-directory-b2c
8+
ms.service: active-directory
119
ms.workload: identity
1210
ms.topic: article
1311
ms.date: 04/29/2017
1412
ms.author: davidmu
13+
ms.component: B2C
1514
---
1615
# Azure Active Directory B2C: Modify sign up to add new claims and configure user input.
1716

articles/active-directory-b2c/active-directory-b2c-create-custom-attributes-profile-edit-custom.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
---
2-
title: 'Azure Active Directory B2C: Add your own attributes to custom policies and use in Profile Edit| Microsoft Docs'
3-
description: A Walkthrough on using extension properties, custom attributes, and including them in the user interface
1+
---
2+
title: Add your own attributes to custom policies in Azure Active Directory B2C | Microsoft Docs
3+
description: A Walkthrough on using extension properties, custom attributes, and including them in the user interface.
44
services: active-directory-b2c
5-
documentationcenter: ''
65
author: davidmu1
76
manager: mtillman
8-
editor: ''
97

10-
ms.service: active-directory-b2c
8+
ms.service: active-directory
119
ms.workload: identity
1210
ms.topic: article
1311
ms.date: 08/04/2017
1412
ms.author: davidmu
13+
ms.component: B2C
1514
---
1615
# Azure Active Directory B2C: Creating and using custom attributes in a custom profile edit policy
1716

articles/active-directory-b2c/active-directory-b2c-custom-guide-eventlogger-appins.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
2-
title: Track user behavior by using events in Application Insights from Azure AD B2C | Microsoft Docs
2+
title: Track user behavior by using events in Application Insights from Azure Active Directory B2C | Microsoft Docs
33
description: Step-by-step guide to enable event logs in Application Insights from Azure AD B2C user journeys by using custom policies (preview)
44
services: active-directory-b2c
5-
documentationcenter: dev-center-name
65
author: davidmu1
76
manager: mtillman
87

9-
10-
ms.service: active-directory-b2c
8+
ms.service: active-directory
119
ms.topic: article
1210
ms.workload: identity
1311
ms.date: 04/16/2018
1412
ms.author: davidmu
13+
ms.component: B2C
1514

1615
---
1716
# Track user behavior in Azure AD B2C journeys by using Application Insights

articles/active-directory-b2c/active-directory-b2c-custom-rest-api-netfw-secure-basic.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
2-
title: 'Azure Active Directory B2C: Secure your RESTful services by using HTTP basic authentication'
3-
description: Secure your custom REST API claims exchanges in your Azure AD B2C by using HTTP basic authentication
2+
title: Secure your RESTful services by using HTTP basic authentication in Azure Active Directory B2C | Microsoft Docs
3+
description: Secure your custom REST API claims exchanges in your Azure AD B2C by using HTTP basic authentication.
44
services: active-directory-b2c
5-
documentationcenter: ''
65
author: davidmu1
76
manager: mtillman
8-
editor: ''
97

10-
ms.service: active-directory-b2c
8+
ms.service: active-directory
119
ms.workload: identity
1210
ms.topic: article
1311
ms.date: 09/25/2017
1412
ms.author: davidmu
13+
ms.component: B2C
1514
---
1615

1716
# Secure your RESTful services by using HTTP basic authentication

0 commit comments

Comments
 (0)