Skip to content

Commit edece1d

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 69a2427 + 53d1dd0 commit edece1d

File tree

63 files changed

+578
-242
lines changed

Some content is hidden

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

63 files changed

+578
-242
lines changed

articles/active-directory/app-provisioning/use-scim-to-build-users-and-groups-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The default token validation code is configured to use an Azure AD token and req
9999

100100
After you deploy the SCIM endpoint, you can test to ensure that it's compliant with SCIM RFC. This example provides a set of tests in Postman that validate CRUD (create, read, update, and delete) operations on users and groups, filtering, updates to group membership, and disabling users.
101101

102-
The endpoints are in the `{host}/scim/` directory, and you can use standard HTTP requests to interact with them. To modify the `/scim/` route, see *ControllerConstant.cs* in **AzureADProvisioningSCIMreference** > **ScimReferenceApi** > **Controllers**.
102+
The endpoints are in the `{host}/scim/` directory, and you can use standard HTTP requests to interact with them. To modify the `/scim/` route, see *TokenController.cs* in **SCIMReferenceCode** > **Microsoft.SCIM.WebHostSample** > **Controllers**.
103103

104104
> [!NOTE]
105105
> You can only use HTTP endpoints for local tests. The Azure AD provisioning service requires that your endpoint support HTTPS.
@@ -141,4 +141,4 @@ To develop a SCIM-compliant user and group endpoint with interoperability for a
141141

142142
> [!div class="nextstepaction"]
143143
> [Tutorial: Develop and plan provisioning for a SCIM endpoint](use-scim-to-provision-users-and-groups.md)
144-
> [Tutorial: Configure provisioning for a gallery app](configure-automatic-user-provisioning-portal.md)
144+
> [Tutorial: Configure provisioning for a gallery app](configure-automatic-user-provisioning-portal.md)

articles/active-directory/app-provisioning/whats-new-docs.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
---
22
title: "What's new in Azure Active Directory application provisioning"
33
description: "New and updated documentation for the Azure Active Directory application provisioning."
4-
ms.date: 02/03/2022
4+
ms.date: 03/09/2022
55
ms.service: active-directory
66
ms.subservice: app-provisioning
77
ms.topic: reference
88
ms.workload: identity
99
ms.author: kenwith
1010
author: kenwith
11-
manager: karenhoran
11+
manager:
1212
---
1313

1414
# Azure Active Directory application provisioning: What's new
1515

1616
Welcome to what's new in Azure Active Directory application provisioning documentation. This article lists new docs that have been added and those that have had significant updates in the last three months. To learn what's new with the provisioning service, see [What's new in Azure Active Directory](../fundamentals/whats-new.md).
1717

18+
## February 2022
19+
20+
### Updated articles
21+
22+
- [Reference for writing expressions for attribute mappings in Azure Active Directory](functions-for-customizing-application-data.md)
23+
1824
## January 2022
1925

2026
### Updated articles

articles/active-directory/app-proxy/whats-new-docs.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Azure Active Directory application proxy"
33
description: "New and updated documentation for the Azure Active Directory application proxy."
4-
ms.date: 02/03/2022
4+
ms.date: 03/09/2022
55
ms.service: active-directory
66
ms.subservice: app-proxy
77
ms.topic: reference
@@ -15,6 +15,13 @@ manager: karenhoran
1515

1616
Welcome to what's new in Azure Active Directory application proxy documentation. This article lists new docs that have been added and those that have had significant updates in the last three months. To learn what's new with the service, see [What's new in Azure Active Directory](../fundamentals/whats-new.md).
1717

18+
## February 2022
19+
20+
### Updated articles
21+
22+
- [Plan an Azure AD Application Proxy deployment](application-proxy-deployment-plan.md)
23+
- [Secure access to on-premises APIs with Azure Active Directory Application Proxy](application-proxy-secure-api-access.md)
24+
1825
## January 2022
1926

2027
### Updated articles

articles/active-directory/authentication/concept-authentication-passwordless.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ The following providers offer FIDO2 security keys of different form factors that
117117
| Excelsecu | ![y] | ![y]| ![y]| ![y]| ![n] | https://www.excelsecu.com/productdetail/esecufido2secu.html |
118118
| Feitian | ![y] | ![y]| ![y]| ![y]| ![y] | https://shop.ftsafe.us/pages/microsoft |
119119
| Fortinet | ![n] | ![y]| ![n]| ![n]| ![n] | https://www.fortinet.com/ |
120+
| Giesecke + Devrient (G+D) | ![y] | ![y]| ![y]| ![y]| ![n] | https://www.gi-de.com/en/identities/enterprise-security/hardware-based-authentication |
120121
| GoTrustID Inc. | ![n] | ![y]| ![y]| ![y]| ![n] | https://www.gotrustid.com/idem-key |
121122
| HID | ![n] | ![y]| ![y]| ![n]| ![n] | https://www.hidglobal.com/contact-us |
122123
| Hypersecu | ![n] | ![y]| ![n]| ![n]| ![n] | https://www.hypersecu.com/hyperfido |

articles/active-directory/cloud-infrastructure-entitlement-management/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
expanded: true
55
items:
66
- name: What's CloudKnox Permissions Management?
7-
href: cloudknox-overview.md
7+
href: cloudknox-overview.md
88
- name: How-to guides
99
expanded: true
1010
items:

articles/active-directory/cloud-infrastructure-entitlement-management/cloudknox-onboard-aws.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: ciem
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 02/24/2022
11+
ms.date: 03/09/2022
1212
ms.author: v-ydequadros
1313
---
1414

@@ -31,6 +31,10 @@ This article describes how to onboard an Amazon Web Services (AWS) account on Cl
3131
- To enable the CloudKnox **Feature highlights** tile in the Azure AD portal, [select this link to run the script in your browser](https://aka.ms/ciem-prod).
3232
- To use the CloudKnox public preview, we encourage you to fill out a consent form that provides other terms and conditions for the public preview product. To open the form, select [CloudKnox Permissions Management Public Preview: Terms and Conditions](https://aka.ms/ciem-terms).
3333

34+
## View a training video on configuring and onboarding an AWS account
35+
36+
To view a video on how to configure and onboard AWS accounts in CloudKnox, select [Configure and onboard AWS accounts](https://www.youtube.com/watch?v=R6K21wiWYmE).
37+
3438
## Onboard an AWS account
3539

3640
1. If the **Data Collectors** dashboard isn't displayed when CloudKnox launches:

articles/active-directory/cloud-infrastructure-entitlement-management/cloudknox-onboard-azure.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: ciem
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 02/24/2022
11+
ms.date: 03/09/2022
1212
ms.author: v-ydequadros
1313
---
1414

@@ -34,10 +34,9 @@ To add CloudKnox to your Azure AD tenant:
3434
- To enable the CloudKnox **Feature highlights** tile in the Azure AD portal, [select this link to run the script in your browser](https://aka.ms/ciem-prod).
3535
- To use the CloudKnox public preview, we encourage you to fill out a consent form that provides other terms and conditions for the public preview product. To open the form, select [CloudKnox Permissions Management Public Preview: Terms and Conditions](https://aka.ms/ciem-terms).
3636

37-
## View a training video on enabling CloudKnox
37+
## View a training video on enabling CloudKnox in your Azure AD tenant
3838

39-
To view a video on how to enable CloudKnox in your Azure AD tenant, select
40-
[Enable CloudKnox in your Azure AD tenant](https://www.youtube.com/watch?v=-fkfeZyevoo).
39+
To view a video on how to enable CloudKnox in your Azure AD tenant, select [Enable CloudKnox in your Azure AD tenant](https://www.youtube.com/watch?v=-fkfeZyevoo).
4140

4241
## How to onboard an Azure subscription
4342

articles/active-directory/cloud-infrastructure-entitlement-management/cloudknox-onboard-enable-tenant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: ciem
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 02/24/2022
11+
ms.date: 03/09/2022
1212
ms.author: v-ydequadros
1313
---
1414

@@ -40,8 +40,8 @@ To enable CloudKnox in your organization:
4040
4141
## View a training video on enabling CloudKnox
4242

43-
To view a video on how to enable CloudKnox in your Azure AD tenant, select
44-
[Enable CloudKnox in your Azure AD tenant](https://www.youtube.com/watch?v=-fkfeZyevoo).
43+
- To view a video on how to enable CloudKnox in your Azure AD tenant, select [Enable CloudKnox in your Azure AD tenant](https://www.youtube.com/watch?v=-fkfeZyevoo).
44+
- To view a video on how to configure and onboard AWS accounts in CloudKnox, select [Configure and onboard AWS accounts](https://www.youtube.com/watch?v=R6K21wiWYmE).
4545

4646
## How to enable CloudKnox on your Azure AD tenant
4747

articles/active-directory/cloud-infrastructure-entitlement-management/cloudknox-training-videos.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: ciem
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 02/24/2022
11+
ms.date: 03/09/2022
1212
ms.author: v-ydequadros
1313
---
1414

@@ -21,6 +21,11 @@ To view step-by-step training videos on how to use CloudKnox Permissions Managem
2121
To view a video on how to enable CloudKnox in your Azure AD tenant, select
2222
[Enable CloudKnox in your Azure AD tenant](https://www.youtube.com/watch?v=-fkfeZyevoo).
2323

24+
## Configure and onboard Amazon Web Services (AWS) accounts
25+
26+
To view a video on how to configure and onboard Amazon Web Services (AWS) accounts in CloudKnox Permissions Management, select [Configure and onboard AWS accounts](https://www.youtube.com/watch?v=R6K21wiWYmE).
27+
28+
2429
<!---## Privilege on demand (POD) work flows
2530
2631
- View a step-by-step video on the [privilege on demand (POD) work flow from the Just Enough Permissions (JEP) Controller](https://vimeo.com/461508166/3d88107f41).

articles/active-directory/cloud-infrastructure-entitlement-management/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.subservice: ciem
1414
ms.workload: identity
1515
ms.topic: landing-page
16-
ms.date: 02/24/2022
16+
ms.date: 03/09/2022
1717
ms.author: v-ydequadros
1818

1919

0 commit comments

Comments
 (0)