Skip to content

Commit 119be15

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into hdi_vmss
2 parents 0cda3fd + 0650d78 commit 119be15

File tree

5,941 files changed

+63994
-43615
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,941 files changed

+63994
-43615
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
{
195195
"path_to_root": "samples-cognitive-services-speech-sdk",
196196
"url": "https://github.com/Azure-Samples/cognitive-services-speech-sdk",
197-
"branch": "rhurey/quickstart.refactor"
197+
"branch": "release-ignite-cogserv-speech-service"
198198
},
199199
{
200200
"path_to_root": "media-services-v3-dotnet-quickstarts",

.openpublishing.redirection.json

Lines changed: 257 additions & 86 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
12
# Microsoft Azure Documentation
23

34
Welcome to the open-source [documentation](https://docs.microsoft.com/azure) of [Microsoft Azure](https://azure.microsoft.com). Please review this README file to understand how you can assist in contributing to the Microsoft Azure documentation.
45

56
## Getting Started
67

7-
Contributing to open source is more than just providing updates, it's also letting us know when there is an issue. Read our [Contributing guidance](CONTRIBUTING.md) to find out more.
8+
Contributing to open source is more than just providing updates, it's also about letting us know when there is an issue. Read our [Contributing guidance](CONTRIBUTING.md) to find out more.
89

910
### Prerequisites
1011

articles/active-directory-b2c/TOC.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@
7676
items:
7777
- name: App integration
7878
items:
79-
- name: Register an application
79+
- name: Register an OIDC application
8080
href: tutorial-register-applications.md
81+
- name: Register a SAML service provider
82+
href: connect-with-saml-service-providers.md
83+
displayName: SP, RP, service provider, connect
8184
- name: Add a web API application
8285
href: add-web-application.md
8386
- name: Add a native client application
@@ -168,6 +171,9 @@
168171
href: active-directory-b2c-ui-customization-custom.md
169172
- name: Customize the UI dynamically
170173
href: active-directory-b2c-ui-customization-custom-dynamic.md
174+
- name: Custom email
175+
href: custom-email.md
176+
displayName: verification
171177
- name: Page layout
172178
href: page-layout.md
173179
- name: Enable JavaScript
@@ -196,8 +202,10 @@
196202
items:
197203
- name: ADFS
198204
href: active-directory-b2c-custom-setup-adfs2016-idp.md
205+
displayName: SAML
199206
- name: Salesforce
200207
href: active-directory-b2c-setup-sf-app-custom.md
208+
displayName: SAML
201209
- name: Tokens and session management
202210
items:
203211
- name: Customize tokens
@@ -289,6 +297,9 @@
289297
href: oauth1-technical-profile.md
290298
- name: OAuth2
291299
href: oauth2-technical-profile.md
300+
- name: One-time password
301+
href: one-time-password-technical-profile.md
302+
displayName: otp
292303
- name: OpenID Connect
293304
href: openid-connect-technical-profile.md
294305
- name: REST
@@ -301,6 +312,11 @@
301312
href: active-directory-b2c-reference-sso-custom.md
302313
- name: Validation
303314
href: validation-technical-profile.md
315+
- name: DisplayControls
316+
href: display-controls.md
317+
items:
318+
- name: Verification
319+
href: display-control-verification.md
304320
- name: UserJourneys
305321
href: userjourneys.md
306322
- name: RelyingParty

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Application types that can be used in Azure Active Directory B2C
2+
title: Application types supported by Azure AD B2C
3+
titleSuffix: Azure AD B2C
34
description: Learn about the types of applications you can use with Azure Active Directory B2C.
45
services: active-directory-b2c
56
author: mmacy

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Add claims and customize user input using custom policies - Azure Active Directory B2C | Microsoft Docs
2+
title: Add claims and customize user input in custom policies
3+
titleSuffix: Azure AD B2C
34
description: Learn how to customize user input and add claims to the sign-up or sign-in journey in Azure Active Directory B2C.
45
services: active-directory-b2c
56
author: mmacy

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Add your own attributes to custom policies in Azure Active Directory B2C | Microsoft Docs
2+
title: Add your own attributes to custom policies
3+
titleSuffix: Azure AD B2C
34
description: A walkthrough on using extension properties and custom attributes and including them in the user interface.
45
services: active-directory-b2c
56
author: mmacy
@@ -297,3 +298,4 @@ For more information on extension properties, see the article [Directory schema
297298
> * A **TechnicalProfile** is an element type, or function, that defines an endpoint’s name, metadata, and protocol. The **TechnicalProfile** details the exchange of claims that the Identity Experience Framework performs. When this function is called in an orchestration step or from another **TechnicalProfile**, the **InputClaims** and **OutputClaims** are provided as parameters by the caller.
298299
> * Extension attributes in the Graph API are named by using the convention `extension_ApplicationObjectID_attributename`.
299300
> * Custom policies refer to extension attributes as **extension_attributename**. This reference omits the **ApplicationObjectId** in XML.
301+
> * You have to specify the attribute ID in the following format **extension_attributename** wherever it is being referenced.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Track user behavior by using events in Application Insights from Azure Active Directory B2C | Microsoft Docs
2+
title: Track user behavior with Application Insights
3+
titleSuffix: Azure AD B2C
34
description: Learn how to enable event logs in Application Insights from Azure AD B2C user journeys by using custom policies (preview).
45
services: active-directory-b2c
56
author: mmacy

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Secure your RESTful services by using HTTP basic authentication in Azure Active Directory B2C | Microsoft Docs
2+
title: Secure a RESTful service by using HTTP basic authentication
3+
titleSuffix: Azure AD B2C
34
description: Secure your custom REST API claims exchanges in your Azure AD B2C by using HTTP basic authentication.
45
services: active-directory-b2c
56
author: mmacy

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Secure your RESTful service by using client certificates in Azure Active Directory B2C | Microsoft Docs
2+
title: Secure a RESTful service by using client certificates
3+
titleSuffix: Azure AD B2C
34
description: Secure your custom REST API claims exchanges in your Azure AD B2C by using client certificates
45
services: active-directory-b2c
56
author: mmacy

0 commit comments

Comments
 (0)