Skip to content

Commit 9f5aba2

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 22c0dfb + 26c87eb commit 9f5aba2

File tree

155 files changed

+1385
-816
lines changed

Some content is hidden

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

155 files changed

+1385
-816
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Mark stale pull requests
22

33
on:
44
schedule:
5-
- cron: "0 */4 * * *"
5+
- cron: "0 */6 * * *"
66

77
jobs:
88
stale:

.openpublishing.redirection.active-directory.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"redirect_url": "/azure/active-directory/manage-apps/what-is-application-management",
66
"redirect_document_id": false
77
},
8+
{
9+
"source_path_from_root": "/articles/active-directory/authentication/how-to-authentication-kerberos.md",
10+
"redirect_url": "/azure/virtual-desktop/create-profile-container-azure-ad",
11+
"redirect_document_id": false
12+
},
813
{
914
"source_path_from_root": "/articles/active-directory/manage-apps/application-management-fundamentals.md",
1015
"redirect_url": "/azure/active-directory/manage-apps/what-is-application-management",

.openpublishing.redirection.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -433,16 +433,6 @@
433433
"redirect_url": "/azure/frontdoor/rules-match-conditions",
434434
"redirect_document_id": false
435435
},
436-
{
437-
"source_path_from_root": "/articles/frontdoor/standard-premium/concept-rule-set-actions.md",
438-
"redirect_url": "/azure/frontdoor/rules-actions",
439-
"redirect_document_id": false
440-
},
441-
{
442-
"source_path_from_root": "/articles/frontdoor/front-door-rules-engine-actions.md",
443-
"redirect_url": "/azure/frontdoor/rules-actions",
444-
"redirect_document_id": false
445-
},
446436
{
447437
"source_path_from_root": "/articles/frontdoor/standard-premium/geo-filtering.md",
448438
"redirect_url": "/articles/frontdoor/front-door-geo-filtering",

articles/active-directory/app-provisioning/how-provisioning-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: app-provisioning
99
ms.topic: conceptual
1010
ms.workload: identity
11-
ms.date: 06/11/2021
11+
ms.date: 12/06/2021
1212
ms.author: kenwith
1313
ms.reviewer: arvinh
1414
---
@@ -33,7 +33,7 @@ The **Azure AD Provisioning Service** provisions users to SaaS apps and other sy
3333

3434
The Azure AD provisioning service uses the [SCIM 2.0 protocol](https://techcommunity.microsoft.com/t5/Identity-Standards-Blog/bg-p/IdentityStandards) for automatic provisioning. The service connects to the SCIM endpoint for the application, and uses SCIM user object schema and REST APIs to automate the provisioning and de-provisioning of users and groups. A SCIM-based provisioning connector is provided for most applications in the Azure AD gallery. When building apps for Azure AD, developers can use the SCIM 2.0 user management API to build a SCIM endpoint that integrates Azure AD for provisioning. For details, see [Build a SCIM endpoint and configure user provisioning](../app-provisioning/use-scim-to-provision-users-and-groups.md).
3535

36-
To request an automatic Azure AD provisioning connector for an app that doesn't currently have one, fill out an [Azure Active Directory Application Request](https://aka.ms/aadapprequest).
36+
To request an automatic Azure AD provisioning connector for an app that doesn't currently have one, see [Azure Active Directory Application Request](../develop/v2-howto-app-gallery-listing.md).
3737

3838
## Authorization
3939

articles/active-directory/authentication/how-to-authentication-kerberos.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

articles/active-directory/develop/TOC.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@
2121
displayName: permissions, scp, scp claims
2222
href: quickstart-configure-app-access-web-apis.md
2323
- name: Single-page app (SPA)
24-
items:
25-
- name: Angular
26-
href: quickstart-v2-javascript-auth-code-angular.md
27-
- name: JavaScript
28-
href: quickstart-v2-javascript-auth-code.md
29-
- name: React
30-
href: quickstart-v2-javascript-auth-code-react.md
24+
href: single-page-app-quickstart.md
3125
- name: Web app
3226
items:
3327
- name: ASP.NET

0 commit comments

Comments
 (0)