Skip to content

Commit 2af6dbe

Browse files
authored
Merge pull request #219454 from MicrosoftDocs/main
11/23 AM Publish
2 parents 7ca88cb + eccc251 commit 2af6dbe

File tree

100 files changed

+1344
-665
lines changed

Some content is hidden

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

100 files changed

+1344
-665
lines changed

.openpublishing.redirection.defender-for-iot.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/defender-for-iot/organizations/how-to-create-and-manage-users.md",
5+
"redirect_url": "/azure/defender-for-iot/organizations/manage-users-overview",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/defender-for-iot/organizations/integrate-with-active-directory.md",
10+
"redirect_url": "/azure/defender-for-iot/organizations/manage-users-sensor#integrate-ot-sensor-users-with-active-directory",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/defender-for-iot/organizations/how-to-define-global-user-access-control.md",
15+
"redirect_url": "/azure/defender-for-iot/organizations/manage-users-on-premises-management-console#define-global-access-permission-for-on-premises-users",
16+
"redirect_document_id": false
17+
},
318
{
419
"source_path_from_root": "/articles/defender-for-iot/organizations/tutorial-getting-started-eiot-sensor.md",
520
"redirect_url": "/azure/defender-for-iot/organizations/concept-enterprise",

articles/active-directory/authentication/concept-resilient-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a resilient access control management strategy - Azure AD
33
description: This document provides guidance on strategies an organization should adopt to provide resilience to reduce the risk of lockout during unforeseen disruptions
44
services: active-directory
55
author: martincoetzer
6-
manager: amycolannino
6+
manager: travisgr
77
tags: azuread
88
ms.service: active-directory
99
ms.subservice: authentication

articles/active-directory/external-identities/hybrid-organizations.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: B2B
88
ms.topic: conceptual
9-
ms.date: 04/26/2018
10-
9+
ms.date: 11/23/2022
1110
ms.author: mimart
1211
author: msmimart
1312
manager: celestedg
13+
ms.collection: engagement-fy23, M365-identity-device-management
1414

15-
ms.collection: M365-identity-device-management
15+
# Customer intent: As a tenant administrator, I want to give partners access to both on-premises and cloud resources with Azure AD B2B collaboration.
1616
---
1717

1818
# Azure Active Directory B2B collaboration for hybrid organizations
@@ -21,30 +21,31 @@ Azure Active Directory (Azure AD) B2B collaboration makes it easy for you to giv
2121

2222
## Grant B2B users in Azure AD access to your on-premises apps
2323

24-
If your organization uses Azure AD B2B collaboration capabilities to invite guest users from partner organizations to your Azure AD, you can now provide these B2B users access to on-premises apps.
24+
If your organization uses [Azure AD B2B](what-is-b2b.md) collaboration capabilities to invite guest users from partner organizations to your Azure AD, you can now provide these B2B users access to on-premises apps.
2525

2626
For apps that use SAML-based authentication, you can make these apps available to B2B users through the Azure portal, using Azure AD Application Proxy for authentication.
2727

2828
For apps that use integrated Windows authentication (IWA) with Kerberos constrained delegation (KCD), you also use Azure AD Proxy for authentication. However, for authorization to work, a user object is required in the on-premises Windows Server Active Directory. There are two methods you can use to create local user objects that represent your B2B guest users.
2929

3030
- You can use Microsoft Identity Manager (MIM) 2016 SP1 and the MIM management agent for Microsoft Graph.
31-
- You can use a PowerShell script. (This solution does not require MIM.)
31+
- You can use a PowerShell script. (This solution doesn't require MIM.)
3232

3333
For details about how to implement these solutions, see [Grant B2B users in Azure AD access to your on-premises applications](hybrid-cloud-to-on-premises.md).
3434

35-
## Grant locally-managed partner accounts access to cloud resources
35+
## Grant locally managed partner accounts access to cloud resources
3636

3737
Before Azure AD, organizations with on-premises identity systems have traditionally managed partner accounts in their on-premises directory. If you’re such an organization, you want to make sure that your partners continue to have access as you move your apps and other resources to the cloud. Ideally, you want these users to use the same set of credentials to access both cloud and on-premises resources.
3838

3939
We now offer methods where you can use Azure AD Connect to sync these local accounts to the cloud as "guest users," where the accounts behave just like Azure AD B2B users.
4040

4141
To help protect your company data, you can control access to just the right resources, and configure authorization policies that treat these guest users differently from your employees.
4242

43-
For implementation details, see [Grant locally-managed partner accounts access to cloud resources using Azure AD B2B collaboration](hybrid-on-premises-to-cloud.md).
43+
For implementation details, see [Grant locally managed partner accounts access to cloud resources using Azure AD B2B collaboration](hybrid-on-premises-to-cloud.md).
4444

4545
## Next steps
4646

4747
- [Grant B2B users in Azure AD access to your on-premises applications](hybrid-cloud-to-on-premises.md)
48-
- [Grant locally-managed partner accounts access to cloud resources using Azure AD B2B collaboration](hybrid-on-premises-to-cloud.md)
48+
- [B2B direct connect](b2b-direct-connect-overview.md)
49+
- [Grant locally managed partner accounts access to cloud resources using Azure AD B2B collaboration](hybrid-on-premises-to-cloud.md)
4950

5051

articles/active-directory/fundamentals/active-directory-compare-azure-ad-to-ad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Compare Active Directory to Azure Active Directory
33
description: This document compares Active Directory Domain Services (ADDS) to Azure Active Directory (AD). It outlines key concepts in both identity solutions and explains how it's different or similar.
44
services: active-directory
55
author: martincoetzer
6-
manager: rkarlin
6+
manager: travisgr
77
tags: azuread
88
ms.service: active-directory
99
ms.topic: conceptual

articles/active-directory/fundamentals/active-directory-data-storage-japan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Customer data storage for Japan customers - Azure AD
33
description: Learn about where Azure Active Directory stores customer-related data for its Japan customers.
44
services: active-directory
55
author: justinha
6-
manager: rkarlin
6+
manager: amycolannino
77
ms.author: justinha
88

99
ms.service: active-directory

articles/active-directory/fundamentals/active-directory-ops-guide-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Active Directory Authentication management operations reference gui
33
description: This operations reference guide describes the checks and actions you should take to secure authentication management
44
services: active-directory
55
author: martincoetzer
6-
manager: rkarlin
6+
manager: travisgr
77
tags: azuread
88
ms.service: active-directory
99
ms.topic: conceptual

articles/active-directory/fundamentals/active-directory-ops-guide-govern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Active Directory governance operations reference guide
33
description: This operations reference guide describes the checks and actions you should take to secure governance management
44
services: active-directory
55
author: martincoetzer
6-
manager: rkarlin
6+
manager: travisgr
77
tags: azuread
88
ms.service: active-directory
99
ms.topic: conceptual

articles/active-directory/fundamentals/active-directory-ops-guide-iam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Active Directory Identity and access management operations referenc
33
description: This operations reference guide describes the checks and actions you should take to secure identity and access management operations
44
services: active-directory
55
author: martincoetzer
6-
manager: rkarlin
6+
manager: travisgr
77
tags: azuread
88
ms.service: active-directory
99
ms.topic: conceptual

articles/active-directory/fundamentals/active-directory-ops-guide-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Active Directory operations reference guide
33
description: This operations reference guide describes the checks and actions you should take to secure and maintain identity and access management, authentication, governance, and operations
44
services: active-directory
55
author: martincoetzer
6-
manager: rkarlin
6+
manager: travisgr
77
tags: azuread
88
ms.service: active-directory
99
ms.topic: conceptual

articles/active-directory/fundamentals/active-directory-ops-guide-ops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Active Directory general operations guide reference
33
description: This operations reference guide describes the checks and actions you should take to secure general operations
44
services: active-directory
55
author: martincoetzer
6-
manager: rkarlin
6+
manager: travisgr
77
tags: azuread
88
ms.service: active-directory
99
ms.topic: conceptual

0 commit comments

Comments
 (0)