Skip to content

Commit 8115fb0

Browse files
authored
Merge pull request #2 from MicrosoftDocs/master
Syncing my fork to the original repository
2 parents 7ba241c + 17598fa commit 8115fb0

File tree

12,220 files changed

+248297
-135627
lines changed

Some content is hidden

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

12,220 files changed

+248297
-135627
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ articles/directories.txt
2222
AzureMigration.ps1
2323

2424
!/.vscode/extensions.json
25-
articles/data-lake-analytics/.vscode/settings.json
2625
.gitignore
26+
**/.vscode/settings.json

.markdownlint.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"MD007": false,
1010
"MD009": false,
1111
"MD010": false,
12+
"MD011": true,
1213
"MD012": false,
1314
"MD013": false,
1415
"MD014": false,
@@ -32,10 +33,28 @@
3233
"MD035": false,
3334
"MD036": false,
3435
"MD037": false,
36+
"MD038": true,
37+
"MD039": true,
3538
"MD040": false,
3639
"MD041": false,
3740
"MD042": false,
41+
"MD043": true,
42+
"MD044": {
43+
"code_blocks": false,
44+
"names": [
45+
".NET",
46+
"ASP.NET",
47+
"Azure",
48+
"JavaScript",
49+
"NuGet",
50+
"PowerShell",
51+
"macOS",
52+
"C#",
53+
"CLI"
54+
]
55+
},
3856
"MD045": false,
3957
"MD046": false,
40-
"MD047": false
58+
"MD047": false,
59+
"MD048": true
4160
}

.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: 46600 additions & 32 deletions
Large diffs are not rendered by default.

CODEOWNERS

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
# Testing the new code owners feature in GitHub. Please contact Cory Fowler if you have questions.
2-
# articles/storage/ @tamram @robinsh
3-
# articles/virtual-machines/ @iainfoulds @cynthn
4-
# articles/virtual-machines/linux/ @iainfoulds @cynthn
5-
# articles/virtual-machines/windows/ @iainfoulds @cynthn
6-
# articles/application-insights/ @SergeyKanzhelev
7-
# articles/cosmos-db/ @mimig1
8-
9-
# All Articles
10-
articles/ @apex-docs-pr-reviewers
11-
122
# Cognitive Services
133
articles/cognitive-services/ @diberry @erhopf, @nitinme
144

155
# DevOps
16-
176
articles/ansible/ @TomArcherMsft
187
articles/chef/ @TomArcherMsft
198
articles/jenkins/ @TomArcherMsft
209
articles/terraform/ @TomArcherMsft
2110

2211
# Governance
23-
2412
articles/governance/ @DCtheGeek
13+
14+
# Configuration
15+
*.json @SyntaxC4 @snoviking @arob98
16+
.acrolinx-config.edn @MonicaRush @arob98
17+
articles/zone-pivot-groups.yml @SyntaxC4 @snoviking @arob98

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: 27 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
@@ -160,6 +163,9 @@
160163
href: active-directory-b2c-reference-kmsi-custom.md
161164
- name: Password change
162165
href: active-directory-b2c-reference-password-change-custom.md
166+
- name: Phone sign-up & sign-in
167+
href: phone-authentication.md
168+
displayName: otp, passwordless, phone number
163169
- name: UX customization
164170
items:
165171
- name: Configure user input
@@ -168,6 +174,9 @@
168174
href: active-directory-b2c-ui-customization-custom.md
169175
- name: Customize the UI dynamically
170176
href: active-directory-b2c-ui-customization-custom-dynamic.md
177+
- name: Custom email
178+
href: custom-email.md
179+
displayName: verification
171180
- name: Page layout
172181
href: page-layout.md
173182
- name: Enable JavaScript
@@ -196,8 +205,10 @@
196205
items:
197206
- name: ADFS
198207
href: active-directory-b2c-custom-setup-adfs2016-idp.md
208+
displayName: SAML
199209
- name: Salesforce
200210
href: active-directory-b2c-setup-sf-app-custom.md
211+
displayName: SAML
201212
- name: Tokens and session management
202213
items:
203214
- name: Customize tokens
@@ -254,6 +265,8 @@
254265
href: integer-transformations.md
255266
- name: JSON
256267
href: json-transformations.md
268+
- name: Phone number
269+
href: phone-number-claims-transformations.md
257270
- name: External accounts
258271
href: social-transformations.md
259272
- name: StringCollection
@@ -277,6 +290,9 @@
277290
items:
278291
- name: About technical profiles
279292
href: technical-profiles-overview.md
293+
- name: Azure Multi-Factor Authentication
294+
href: multi-factor-auth-technical-profile.md
295+
displayName: mfa
280296
- name: Claim resolvers
281297
href: claim-resolver-overview.md
282298
- name: Azure Active Directory
@@ -289,6 +305,9 @@
289305
href: oauth1-technical-profile.md
290306
- name: OAuth2
291307
href: oauth2-technical-profile.md
308+
- name: One-time password
309+
href: one-time-password-technical-profile.md
310+
displayName: otp
292311
- name: OpenID Connect
293312
href: openid-connect-technical-profile.md
294313
- name: REST
@@ -301,6 +320,11 @@
301320
href: active-directory-b2c-reference-sso-custom.md
302321
- name: Validation
303322
href: validation-technical-profile.md
323+
- name: DisplayControls
324+
href: display-controls.md
325+
items:
326+
- name: Verification
327+
href: display-control-verification.md
304328
- name: UserJourneys
305329
href: userjourneys.md
306330
- name: RelyingParty
@@ -348,6 +372,8 @@
348372
href: https://azure.microsoft.com/resources/samples/?service=active-directory-b2c
349373
- name: Cookie definitions
350374
href: cookie-definitions.md
375+
- name: Error codes
376+
href: error-codes.md
351377
- name: Region availability & data residency
352378
href: active-directory-b2c-reference-tenant-type.md
353379
- name: Enable billing

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

Lines changed: 3 additions & 2 deletions
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
@@ -120,7 +121,7 @@ To set up client credential flow, see [Azure Active Directory v2.0 and the OAuth
120121

121122
#### Web API chains (on-behalf-of flow)
122123

123-
Many architectures include a web API that needs to call another downstream web API, where both are secured by Azure AD B2C. This scenario is common in native clients that have a Web API back-end and calls a Microsoft online service such as the Azure AD Graph API.
124+
Many architectures include a web API that needs to call another downstream web API, where both are secured by Azure AD B2C. This scenario is common in native clients that have a Web API back-end and calls a Microsoft online service such as the Microsoft Graph API or Azure AD Graph API.
124125

125126
This chained web API scenario can be supported by using the OAuth 2.0 JWT bearer credential grant, also known as the on-behalf-of flow. However, the on-behalf-of flow is not currently implemented in the Azure AD B2C.
126127

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.

0 commit comments

Comments
 (0)