Skip to content

Commit 0d03faf

Browse files
authored
Merge pull request #176602 from MicrosoftDocs/master
10/20 AM Publish
2 parents c604580 + 9f3934d commit 0d03faf

File tree

96 files changed

+1454
-434
lines changed

Some content is hidden

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

96 files changed

+1454
-434
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46532,6 +46532,11 @@
4653246532
"source_path_from_root": "/articles/azure-monitor/app/how-do-i.md",
4653346533
"redirect_url": "/azure/azure-monitor/faq",
4653446534
"redirect_document_id": false
46535+
},
46536+
{
46537+
"source_path_from_root": "/articles/app-service/web-sites-integrate-with-vnet.md",
46538+
"redirect_url": "/azure/app-service/overview-vnet-integration",
46539+
"redirect_document_id": false
4653546540
}
4653646541
]
4653746542
}

articles/active-directory-b2c/tutorial-create-tenant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ You learn how to register an application in the next tutorial.
4646
1. Select the directory that contains your subscription:
4747
1. In the Azure portal toolbar, select the **Directories + subscriptions** filter icon.
4848

49-
![Directories + subscriptions filter icon](media/tutorial-create-tenant/directories-subscription-filter-icon.png)
49+
![Directories + subscriptions filter icon](media/tutorial-create-tenant/directories-subscription-filter-icon.png)
5050

5151
1. Find the directory that contains your subscription and select the **Switch** button next to it. Switching a directory reloads the portal.
5252

53-
![Directories + subscriptions with Switch button](media/tutorial-create-tenant/switch-directory.png)
53+
![Directories + subscriptions with Switch button](media/tutorial-create-tenant/switch-directory.png)
5454

5555
1. Add **Microsoft.AzureActiveDirectory** as a resource provider for the Azure subscription your're using ([learn more](../azure-resource-manager/management/resource-providers-and-types.md?WT.mc_id=Portal-Microsoft_Azure_Support#register-resource-provider-1)):
5656

@@ -119,4 +119,4 @@ In this article, you learned how to:
119119
Next, learn how to register a web application in your new tenant.
120120

121121
> [!div class="nextstepaction"]
122-
> [Register your applications >](tutorial-register-applications.md)
122+
> [Register your applications >](tutorial-register-applications.md)

articles/active-directory-domain-services/tutorial-create-forest-trust.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: domain-services
1010
ms.workload: identity
1111
ms.topic: tutorial
12-
ms.date: 07/26/2021
12+
ms.date: 10/19/2021
1313
ms.author: justinha
1414

1515
#Customer intent: As an identity administrator, I want to create a one-way outbound forest from an Azure Active Directory Domain Services resource forest to an on-premises Active Directory Domain Services forest to provide authentication and resource access between forests.
@@ -72,9 +72,20 @@ Before you configure a forest trust in Azure AD DS, make sure your networking be
7272
To correctly resolve the managed domain from the on-premises environment, you may need to add forwarders to the existing DNS servers. If you haven't configured the on-premises environment to communicate with the managed domain, complete the following steps from a management workstation for the on-premises AD DS domain:
7373

7474
1. Select **Start** > **Administrative Tools** > **DNS**.
75-
1. Right-select DNS server, such as *myAD01*, then select **Properties**.
76-
1. Choose **Forwarders**, then **Edit** to add additional forwarders.
77-
1. Add the IP addresses of the managed domain, such as *10.0.2.4* and *10.0.2.5*.
75+
1. Select your DNS zone, such as *aaddscontoso.com*.
76+
1. Select **Conditional Forwarders**, then right-select and choose **New Conditional Forwarder...**
77+
1. Enter your other **DNS Domain**, such as *contoso.com*, then enter the IP addresses of the DNS servers for that namespace, as shown in the following example:
78+
79+
![Screenshot of how to add and configure a conditional forwarder for the DNS server.](./media/manage-dns/create-conditional-forwarder.png)
80+
81+
1. Check the box for **Store this conditional forwarder in Active Directory, and replicate it as follows**, then select the option for *All DNS servers in this domain*, as shown in the following example:
82+
83+
![Screenshot of how to select All DNS servers in this domain.](./media/manage-dns/store-in-domain.png)
84+
85+
> [!IMPORTANT]
86+
> If the conditional forwarder is stored in the *forest* instead of the *domain*, the conditional forwarder fails.
87+
88+
1. To create the conditional forwarder, select **OK**.
7889

7990
## Create inbound forest trust in the on-premises domain
8091

20.4 KB
Loading
46.1 KB
Loading
111 KB
Loading
Loading
71.9 KB
Loading

articles/active-directory/fundamentals/multi-tenant-common-considerations.md

Lines changed: 210 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
title: Common solutions for multi-tenant user management in Azure Active Directory
3+
description: Learn about common solutions used to configure user access across Azure Active Directory tenants with guest accounts
4+
services: active-directory
5+
author: BarbaraSelden
6+
manager: martinco
7+
ms.service: active-directory
8+
ms.workload: identity
9+
ms.subservice: fundamentals
10+
ms.topic: conceptual
11+
ms.date: 09/25/2021
12+
ms.author: baselden
13+
ms.custom: "it-pro, seodec18"
14+
ms.collection: M365-identity-device-management
15+
---
16+
17+
# Common solutions for multi-tenant user management
18+
19+
There are two specific challenges our customers have solved using current tools. Their solutions are detailed below. Microsoft recommends a single tenant wherever possible and is working on tools to resolve these challenges more easily. If single tenancy does not work for your scenario, these solutions have worked for customers today.
20+
21+
## Automatic User Lifecycle Management and resource allocation across tenants
22+
23+
A customer acquires a competitor they previously had close business relationships with. The organizations will maintain their corporate identities.
24+
25+
### Current state
26+
27+
Currently, the organizations are synchronizing each other’s users as contact-mail objects so that they show in each other’s directories.
28+
29+
* Each resource tenant has a mail-contact object enabled for all users in the other tenant.
30+
31+
* No access to applications is possible across tenants.
32+
33+
### Goals
34+
35+
This customer had the following goals:
36+
37+
* Every user continues to be shown in each organization’s GAL.
38+
39+
* User account lifecycle changes in the home tenant automatically reflected in the resource tenant GAL.
40+
41+
* Attribute changes in home tenants (such as department, name, SMTP address) automatically reflected in resource tenant GAL and the home GAL.
42+
43+
* Users can access applications and resources in the resource tenant.
44+
45+
* Users can self-serve access requests to resources.
46+
47+
### Solution architecture
48+
49+
The organizations will use a point-to-point architecture with a synchronization engine such as MIM.
50+
51+
![Example of a point-to-point architecture](media/multi-tenant-common-solutions/point-to-point-sync.png)
52+
53+
Each tenant admin does the following to create the user objects:
54+
55+
1. Ensure that their database of users is up to date.
56+
57+
1. [Deploy and configure MIM](/microsoft-identity-manager/microsoft-identity-manager-deploy).
58+
59+
1. Address existing contact objects.
60+
61+
1. Create B2B External Member objects for the other tenant’s members.
62+
63+
1. Synchronize user object attributes.
64+
65+
1. Deploy and configure [Entitlement Management](../governance/entitlement-management-overview.md) access packages.
66+
67+
1. Resources to be shared
68+
69+
1. Expiration and access review policies
70+
71+
## Sharing on-premises apps across tenants
72+
73+
This customer, with multiple peer organizations, has a need to share on-premises applications from one of the tenants.
74+
75+
### Current state
76+
77+
Multiple peer organizations are synchronizing B2B Guest users in a mesh topology, enabling resource allocation to their cloud applications across tenants. They currently
78+
79+
* Share applications in Azure AD.
80+
81+
* Ensure user Lifecycle Management in resource tenant is automated based on home tenant. That is, add, modify, delete is reflected.
82+
83+
* Only member users in Company A access Company A’s on-premises apps.
84+
85+
![Multi-tenant scenario](media/multi-tenant-user-management-scenarios/mesh.png)
86+
87+
### Goals
88+
89+
Along with the current functionality, they would like to
90+
91+
* Provide access to Company A’s on-premises resources for the external guest users.
92+
93+
* Apps with SAML authentication
94+
95+
* Apps with Integrated Windows Authentication and Kerberos
96+
97+
### Solution architecture
98+
99+
Company A is currently providing SSO to on premises apps for its own members via Azure Application Proxy.
100+
101+
![Example of appliction access](media/multi-tenant-common-solutions/app-access-scenario.png)
102+
103+
To enable their guest users to access the same on-premises applications Admins in tenet A will:
104+
105+
1. [Configure access to SAML apps](../external-identities/hybrid-cloud-to-on-premises.md#access-to-saml-apps).
106+
107+
2. [Configure access to other applications](../external-identities/hybrid-cloud-to-on-premises.md#access-to-iwa-and-kcd-apps).
108+
109+
3. Create on-premises guest users through [MIM](../external-identities/hybrid-cloud-to-on-premises.md#create-b2b-guest-user-objects-through-mim) or [PowerShell](https://www.microsoft.com/en-us/download/details.aspx?id=51495).
110+
111+
For more information about B2B collaboration, see
112+
113+
[Grant B2B users in Azure AD access to your on-premises resources](../external-identities/hybrid-cloud-to-on-premises.md)
114+
115+
[Azure Active Directory B2B collaboration for hybrid organizations](../external-identities/hybrid-organizations.md)
116+
117+
## Next steps
118+
[Multi-tenant user management introduction](multi-tenant-user-management-introduction.md)
119+
120+
[Multi-tenant end user management scenarios](multi-tenant-user-management-scenarios.md)
121+
122+
[Multi-tenant common considerations](multi-tenant-common-considerations.md)

0 commit comments

Comments
 (0)