Skip to content

Commit 6ae2b46

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into normesta-reg-updates-11
2 parents fe83539 + 5222a4c commit 6ae2b46

File tree

1,947 files changed

+19579
-11341
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,947 files changed

+19579
-11341
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
*.c text
77
*.h text
88

9+
# Include Markdown in the GitHub language breakdown statistics
10+
*.md linguist-detectable
11+
912
# Denote all files that are truly binary and should not be modified.
1013
*.gif binary
1114
*.ico binary

.openpublishing.publish.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
{
906906
"path_to_root": "ms-identity-python-webapp-tutorial",
907907
"url": "https://github.com/Azure-Samples/ms-identity-python-webapp",
908-
"branch": "0.5.0",
908+
"branch": "0.6.0",
909909
"branch_mapping": {}
910910
},
911911
{

.openpublishing.redirection.active-directory.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12450,6 +12450,31 @@
1245012450
"source_path_from_root": "/articles/active-directory/hybrid/whatis-phs.md",
1245112451
"redirect_url": "/azure/active-directory/hybrid/connect/whatis-phs",
1245212452
"redirect_document_id": false
12453+
},
12454+
12455+
{
12456+
"source_path_from_root": "/articles/active-directory/privileged-identity-management/azure-ad-pim-approval-workflow.md",
12457+
"redirect_url": "/azure/active-directory/privileged-identity-management/pim-approval-workflow",
12458+
"redirect_document_id": false
12459+
},
12460+
12461+
{
12462+
"source_path_from_root": "/articles/active-directory/privileged-identity-management/pim-create-azure-ad-roles-and-resource-roles-review.md",
12463+
"redirect_url": "/azure/active-directory/privileged-identity-management/pim-create-roles-and-resource-roles-review",
12464+
"redirect_document_id": false
12465+
},
12466+
12467+
{
12468+
"source_path_from_root": "/articles/active-directory/privileged-identity-management/pim-perform-azure-ad-roles-and-resource-roles-review.md",
12469+
"redirect_url": "/azure/active-directory/privileged-identity-management/pim-perform-roles-and-resource-roles-review",
12470+
"redirect_document_id": false
12471+
},
12472+
12473+
{
12474+
"source_path_from_root": "/articles/active-directory/privileged-identity-management/pim-complete-azure-ad-roles-and-resource-roles-review.md",
12475+
"redirect_url": "/azure/active-directory/privileged-identity-management/pim-complete-roles-and-resource-roles-review",
12476+
"redirect_document_id": false
1245312477
}
12478+
1245412479
]
1245512480
}

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7849,6 +7849,11 @@
78497849
"redirect_url": "/azure/azure-maps/how-to-creator-feature-stateset",
78507850
"redirect_document_id": false
78517851
},
7852+
{
7853+
"source_path_from_root": "/articles/azure-maps/how-to-request-elevation-data.md",
7854+
"redirect_url": "https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023",
7855+
"redirect_document_id": false
7856+
},
78527857
{
78537858
"source_path_from_root": "/articles/azure-portal/resource-group-portal-linked-resources.md",
78547859
"redirect_url": "/azure/azure-portal/azure-portal-dashboards",
@@ -17424,6 +17429,11 @@
1742417429
"redirect_url": "/azure/virtual-network/virtual-networks-using-network-configuration-file",
1742517430
"redirect_document_id": false
1742617431
},
17432+
{
17433+
"source_path_from_root": "/articles/virtual-network-manager/how-to-exclude-elements.md",
17434+
"redirect_url": "/azure/virtual-network-manager/how-to-define-network-group-membership-azure-policy",
17435+
"redirect_document_id": false
17436+
},
1742717437
{
1742817438
"source_path_from_root": "/articles/networking/virtual-network-test-latency.md",
1742917439
"redirect_url": "/azure/virtual-network/virtual-network-test-latency",
@@ -22728,6 +22738,11 @@
2272822738
"source_path_from_root": "/articles/synapse-analytics/synapse-link/troubleshoot/troubleshoot-sql-snapshot-primary-key-column-order.md",
2272922739
"redirect_url": "/azure/synapse-analytics/synapse-link/synapse-link-for-sql-known-issues",
2273022740
"redirect_document_id": false
22741+
},
22742+
{
22743+
"source_path_from_root": "/articles/active-directory/authentication/how-to-migrate-mfa-server-to-azure-mfa-user-authentication.md",
22744+
"redirect_url": "/azure/active-directory/authentication/how-to-migrate-mfa-server-to-mfa-user-authentication",
22745+
"redirect_document_id": true
2273122746
}
2273222747

2273322748
]

articles/active-directory-b2c/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,9 @@
500500
# Secure
501501
- name: Secure
502502
items:
503+
- name: Security overview
504+
href: security-architecture.md
505+
displayName: azure ad b2c security best practices
503506
- name: Enable MFA
504507
items:
505508
- name: Multi-factor authentication

articles/active-directory-b2c/configure-authentication-sample-python-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To create the web app registration, follow these steps:
7171

7272
## Step 3: Get the web app sample
7373

74-
[Download the zip file](https://github.com/Azure-Samples/ms-identity-python-webapp/archive/master.zip), or clone the sample web application from GitHub.
74+
[Download the zip file](https://github.com/Azure-Samples/ms-identity-python-webapp/archive/main.zip), or clone the sample web application from GitHub.
7575

7676
```bash
7777
git clone https://github.com/Azure-Samples/ms-identity-python-webapp.git

articles/active-directory-b2c/integrate-with-app-code-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Active Directory B2C integrate with app samples
2+
title: Azure Active Directory B2C integrates with app samples
33
description: Code samples for integrating Azure AD B2C to mobile, desktop, web, and single-page applications.
44
services: active-directory-b2c
55
author: garrodonnell
@@ -26,7 +26,7 @@ The following tables provide links to samples for applications including iOS, An
2626
| [dotnetcore-webapp-msal-api](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/4-WebApp-your-API/4-2-B2C) | An ASP.NET Core web application that can sign in a user using Azure AD B2C, get an access token using MSAL.NET and call an API. |
2727
| [auth-code-flow-nodejs](https://github.com/Azure-Samples/active-directory-b2c-msal-node-sign-in-sign-out-webapp) | A Node.js app that shows how to enable authentication (sign in, sign out and profile edit) in a Node.js web application using Azure Active Directory B2C. The web app uses MSAL-node.|
2828
| [javascript-nodejs-webapi](https://github.com/Azure-Samples/active-directory-b2c-javascript-nodejs-webapi) | A small Node.js Web API for Azure AD B2C that shows how to protect your web api and accept B2C access tokens using passport.js. |
29-
| [ms-identity-python-webapp](https://github.com/Azure-Samples/ms-identity-python-webapp/blob/master/README_B2C.md) | Demonstrate how to Integrate B2C of Microsoft identity platform with a Python web application. |
29+
| [ms-identity-python-webapp](https://github.com/Azure-Samples/ms-identity-python-webapp/blob/main/README_B2C.md) | Demonstrate how to Integrate B2C of Microsoft identity platform with a Python web application. |
3030

3131
## Single page apps
3232

48.3 KB
Loading
48.6 KB
Loading
87.2 KB
Loading

0 commit comments

Comments
 (0)