inCOREporation

Technology and Security Solutions

Monday, March 19, 2018

Topologies for Azure AD Connect



Topologies for Azure AD Connect


https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect-topologies


This article describes various on-premises and Azure Active Directory (Azure AD) topologies that use Azure AD Connect sync as the key integration solution. This article includes both supported and unsupported configurations.
Here's the legend for pictures in the article:
DescriptionSymbol
On-premises Active Directory forestOn-premises Active Directory forest
On-premises Active Directory with filtered importActive Directory with filtered import
Azure AD Connect sync serverAzure AD Connect sync server
Azure AD Connect sync server “staging mode”Azure AD Connect sync server “staging mode”
GALSync with Forefront Identity Manager (FIM) 2010 or Microsoft Identity Manager (MIM) 2016GALSync with FIM 2010 or MIM 2016
Azure AD Connect sync server, detailedAzure AD Connect sync server, detailed
Azure ADAzure Active Directory
Unsupported scenarioUnsupported scenario

Single forest, single Azure AD tenant

Topology for a single forest and a single tenant
The most common topology is a single on-premises forest, with one or multiple domains, and a single Azure AD tenant. For Azure AD authentication, password synchronization is used. The express installation of Azure AD Connect supports only this topology.

Single forest, multiple sync servers to one Azure AD tenant

Unsupported, filtered topology for a single forest
Having multiple Azure AD Connect sync servers connected to the same Azure AD tenant is not supported, except for a staging server. It's unsupported even if these servers are configured to synchronize with a mutually exclusive set of objects. You might have considered this topology if you can't reach all domains in the forest from a single server, or if you want to distribute load across several servers.

Multiple forests, single Azure AD tenant

Topology for multiple forests and a single tenant
Many organizations have environments with multiple on-premises Active Directory forests. There are various reasons for having more than one on-premises Active Directory forest. Typical examples are designs with account-resource forests and the result of a merger or acquisition.
When you have multiple forests, all forests must be reachable by a single Azure AD Connect sync server. You don't have to join the server to a domain. If necessary to reach all forests, you can place the server in a perimeter network (also known as DMZ, demilitarized zone, and screened subnet).
The Azure AD Connect installation wizard offers several options to consolidate users who are represented in multiple forests. The goal is that a user is represented only once in Azure AD. There are some common topologies that you can configure in the custom installation path in the installation wizard. On the Uniquely identifying your users page, select the corresponding option that represents your topology. The consolidation is configured only for users. Duplicated groups are not consolidated with the default configuration.
Common topologies are discussed in the sections about separate topologies, full mesh, and the account-resource topology.
The default configuration in Azure AD Connect sync assumes:
  • Each user has only one enabled account, and the forest where this account is located is used to authenticate the user. This assumption is for both password sync and federation. UserPrincipalName and sourceAnchor/immutableID come from this forest.
  • Each user has only one mailbox.
  • The forest that hosts the mailbox for a user has the best data quality for attributes visible in the Exchange Global Address List (GAL). If there's no mailbox for the user, any forest can be used to contribute these attribute values.
  • If you have a linked mailbox, there's also an account in a different forest used for sign-in.
If your environment does not match these assumptions, the following things happen:
  • If you have more than one active account or more than one mailbox, the sync engine picks one and ignores the other.
  • A linked mailbox with no other active account is not exported to Azure AD. The user account is not represented as a member in any group. A linked mailbox in DirSync is always represented as a normal mailbox. This change is intentionally a different behavior to better support multiple-forest scenarios.
You can find more details in Understanding the default configuration.

Multiple forests, multiple sync servers to one Azure AD tenant

Unsupported topology for multiple forests and multiple sync servers
Having more than one Azure AD Connect sync server connected to a single Azure AD tenant is not supported. The exception is the use of a staging server.

Multiple forests, separate topologies

Option for representing users only once across all directories
Depiction of multiple forests and separate topologies
In this environment, all on-premises forests are treated as separate entities. No user is present in any other forest. Each forest has its own Exchange organization, and there's no GALSync between the forests. This topology might be the situation after a merger/acquisition or in an organization where each business unit operates independently. These forests are in the same organization in Azure AD and appear with a unified GAL. In the preceding picture, each object in every forest is represented once in the metaverse and aggregated in the target Azure AD tenant.

Multiple forests: match users

Common to all these scenarios is that distribution and security groups can contain a mix of users, contacts, and Foreign Security Principals (FSPs). FSPs are used in Active Directory Domain Services (AD DS) to represent members from other forests in a security group. All FSPs are resolved to the real object in Azure AD.

Multiple forests: full mesh with optional GALSync

Option for using the mail attribute for matching when user identities exist across multiple directories
Full mesh topology for multiple forests
A full mesh topology allows users and resources to be located in any forest. Commonly, there are two-way trusts between the forests.
If Exchange is present in more than one forest, there might be (optionally) an on-premises GALSync solution. Every user is then represented as a contact in all other forests. GALSync is commonly implemented through FIM 2010 or MIM 2016. Azure AD Connect cannot be used for on-premises GALSync.
In this scenario, identity objects are joined via the mail attribute. A user who has a mailbox in one forest is joined with the contacts in the other forests.

Multiple forests: account-resource forest

Option for using the ObjectSID and msExchMasterAccountSID attributes for matching when identities exist across multiple directories
Account-resource forest topology for multiple forests
In an account-resource forest topology, you have one or more account forests with active user accounts. You also have one or more resource forests with disabled accounts.
In this scenario, one (or more) resource forest trusts all account forests. The resource forest typically has an extended Active Directory schema with Exchange and Lync. All Exchange and Lync services, along with other shared services, are located in this forest. Users have a disabled user account in this forest, and the mailbox is linked to the account forest.

Office 365 and topology considerations

Some Office 365 workloads have certain restrictions on supported topologies:
WorkloadRestrictions
Exchange OnlineFor more information about hybrid topologies supported by Exchange Online, see Hybrid deployments with multiple Active Directory forests.
Skype for BusinessWhen you're using multiple on-premises forests, only the account-resource forest topology is supported. For more information, see Environmental requirements for Skype for Business Server 2015.
If you are a larger organization, then you should consider to use the Office 365 PreferredDataLocation feature. It allows you to define in which datacenter region the user's resources are located.

Staging server

Staging server in a topology
Azure AD Connect supports installing a second server in staging mode. A server in this mode reads data from all connected directories but does not write anything to connected directories. It uses the normal synchronization cycle and therefore has an updated copy of the identity data.
In a disaster where the primary server fails, you can fail over to the staging server. You do this in the Azure AD Connect wizard. This second server can be located in a different datacenter because no infrastructure is shared with the primary server. You must manually copy any configuration change made on the primary server to the second server.
You can use a staging server to test a new custom configuration and the effect that it has on your data. You can preview the changes and adjust the configuration. When you're happy with the new configuration, you can make the staging server the active server and set the old active server to staging mode.
You can also use this method to replace the active sync server. Prepare the new server and set it to staging mode. Make sure it's in a good state, disable staging mode (making it active), and shut down the currently active server.
It's possible to have more than one staging server when you want to have multiple backups in different datacenters.

Multiple Azure AD tenants

We recommend having a single tenant in Azure AD for an organization. Before you plan to use multiple Azure AD tenants, see the article Administrative units management in Azure AD. It covers common scenarios where you can use a single tenant.
Topology for multiple forests and multiple tenants
There's a 1:1 relationship between an Azure AD Connect sync server and an Azure AD tenant. For each Azure AD tenant, you need one Azure AD Connect sync server installation. The Azure AD tenant instances are isolated by design. That is, users in one tenant can't see users in the other tenant. If you want this separation, this is a supported configuration. Otherwise, you should use the single Azure AD tenant model.

Each object only once in an Azure AD tenant

Filtered topology for a single forest
In this topology, one Azure AD Connect sync server is connected to each Azure AD tenant. The Azure AD Connect sync servers must be configured for filtering so that each has a mutually exclusive set of objects to operate on. You can, for example, scope each server to a particular domain or organizational unit.
A DNS domain can be registered in only a single Azure AD tenant. The UPNs of the users in the on-premises Active Directory instance must also use separate namespaces. For example, in the preceding picture, three separate UPN suffixes are registered in the on-premises Active Directory instance: contoso.com, fabrikam.com, and wingtiptoys.com. The users in each on-premises Active Directory domain use a different namespace.
Note
Global Address List Synchronization (GalSync) is not done automatically in this topology and requires an additional custom MIM implementation to ensure each tenant has a complete Global Address List (GAL) in Exchange Online and Skype for Business Online.
This topology has the following restrictions on otherwise supported scenarios:
  • Only one of the Azure AD tenants can enable an Exchange hybrid with the on-premises Active Directory instance.
  • Windows 10 devices can be associated with only one Azure AD tenant.
  • The single sign-on (SSO) option for password synchronization and pass-through authentication can be used with only one Azure AD tenant.
The requirement for a mutually exclusive set of objects also applies to writeback. Some writeback features are not supported with this topology because they assume a single on-premises configuration. These features include:
  • Group writeback with default configuration.
  • Device writeback.

Each object multiple times in an Azure AD tenant

Unsupported topology for a single forest and multiple tenants Unsupported topology for a single forest and multiple connectors
These tasks are unsupported:
  • Sync the same user to multiple Azure AD tenants.
  • Make a configuration change so that users in one Azure AD tenant appear as contacts in another Azure AD tenant.
  • Modify Azure AD Connect sync to connect to multiple Azure AD tenants.

GALSync by using writeback

Unsupported topology for multiple forests and multiple directories, with GALSync focusing on Azure AD Unsupported topology for multiple forests and multiple directories, with GALSync focusing on on-premises Active Directory
Azure AD tenants are isolated by design. These tasks are unsupported:
  • Change the configuration of Azure AD Connect sync to read data from another Azure AD tenant.
  • Export users as contacts to another on-premises Active Directory instance by using Azure AD Connect sync.

GALSync with on-premises sync server

GALSync in a topology for multiple forests and multiple directories
You can use FIM 2010 or MIM 2016 on-premises to sync users (via GALSync) between two Exchange organizations. The users in one organization appear as foreign users/contacts in the other organization. These different on-premises Active Directory instances can then be synchronized with their own Azure AD tenants.

Next steps

To learn how to install Azure AD Connect for these scenarios, see Custom installation of Azure AD Connect.
Learn more about the Azure AD Connect sync configuration.
Learn more about integrating your on-premises identities with Azure Active Directory.


IT Consultant inCOREporation.com

at March 19, 2018
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: .local, Active Directory, Azure AD, DNS, Domain, Office 365, Office 365 for Business, Windows

2 comments:

  1. RathinamApril 18, 2020 at 3:58 AM

    Excellent blog! I glad to visit your post and thank you!
    Oracle DBA Training in Chennai
    oracle dba training institutes in chennai
    Graphic Design Courses in Chennai
    Pega Training in Chennai
    Advanced Excel Training in Chennai
    Spark Training in Chennai
    Power BI Training in Chennai
    Oracle Training in Chennai
    Graphic Design Courses in Chennai
    Unix Training in Chennai
    Social Media Marketing Courses in Chennai
    Tableau Training in Chennai

    ReplyDelete
    Replies
      Reply
  2. Kevin DavidsonMay 9, 2020 at 12:00 AM


    Enroll today to get free access to our live demo session which is a great opportunity to interact with the trainer directly which is a placement based Salesforce training India with job placement and certification . I strongly recommend my friends to join this Salesforce training institutes in hyderabad practical course, great curriculum Salesforce training institutes in Bangalore with real time experienced faculty Salesforce training institutes in Chennai. Never delay to enroll for a free demo at Salesforce training institutes in Mumbai who are popular for Salesforce training institutes in Pune

    ReplyDelete
    Replies
      Reply
Add comment
Load more...

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Featured Posts

Exchange Online Limits - Office 365 Distribution group limits

Exchange Online Limits - Office 365 Distribution group limits What are Exchange Online Limits What are Office 365 Distribution group limi...

  • Wordpress plugin to allow users to post on front end
    Someone is asking how to enable users to post articles on your website. One common solution is to use a Wordpress plugin to allow users to p...
  • Building a local Steam caching server to ease the bandwidth blues cache server
    Building a local Steam caching server to ease the bandwidth blues As Reference article : https://arstechnica.com/gaming/2017/01/building...

Search This Blog

Pages

  • Home
  • About inCOREporation

About Me

My photo
inCOREporation
Endless Solutions and Techonologies
View my complete profile

Blog Archive

  • ►  2023 (7)
    • ►  January (7)
  • ►  2022 (4)
    • ►  June (1)
    • ►  April (2)
    • ►  January (1)
  • ►  2021 (21)
    • ►  December (2)
    • ►  November (2)
    • ►  October (1)
    • ►  May (2)
    • ►  April (9)
    • ►  March (2)
    • ►  February (1)
    • ►  January (2)
  • ►  2020 (50)
    • ►  November (1)
    • ►  October (4)
    • ►  September (4)
    • ►  August (3)
    • ►  July (1)
    • ►  June (5)
    • ►  May (13)
    • ►  April (13)
    • ►  March (4)
    • ►  February (1)
    • ►  January (1)
  • ►  2019 (46)
    • ►  December (5)
    • ►  November (4)
    • ►  October (4)
    • ►  September (1)
    • ►  July (11)
    • ►  June (3)
    • ►  May (1)
    • ►  April (6)
    • ►  March (6)
    • ►  February (4)
    • ►  January (1)
  • ▼  2018 (60)
    • ►  November (1)
    • ►  October (1)
    • ►  September (5)
    • ►  August (4)
    • ►  May (1)
    • ►  April (1)
    • ▼  March (13)
      • MDM list
      • Set up directory synchronization for Office 365
      • Integrate your on-premises directories with Azure ...
      • Topologies for Azure AD Connect
      • Azure AD Connect: Design concepts
      • How to prepare a non-routable domain (such as .loc...
      • Enroll previously used Apple Mobile devices to DEP...
      • How to prepare a non-routable domain (such as .loc...
      • Perform a staged migration of email to Office 365
      • Create DNS records for Office 365 using Windows-ba...
      • Domain registration lifecycle
      • Active directory forest DNS domain name same inter...
      • App Icons on iPhone, iPad and Apple Watch
    • ►  February (23)
    • ►  January (11)
  • ►  2017 (20)
    • ►  December (4)
    • ►  November (1)
    • ►  October (1)
    • ►  September (11)
    • ►  March (3)
  • ►  2016 (10)
    • ►  November (2)
    • ►  October (3)
    • ►  September (1)
    • ►  August (1)
    • ►  June (3)
  • ►  2015 (3)
    • ►  February (2)
    • ►  January (1)

Labels

  • .local (5)
  • Acronis (5)
  • Acronis Cyber Protect Cloud (4)
  • Acrylic (1)
  • ACS (1)
  • Active Directory (10)
  • AD Connect (1)
  • air canada (1)
  • Amazon (1)
  • Android (8)
  • Angular (1)
  • Antivirus (2)
  • Apache (3)
  • Apple (15)
  • Apple Configurator (1)
  • ASP.NET (1)
  • ASP.NET Core web app (1)
  • Audio (1)
  • Audio Production (2)
  • Authorize.net (1)
  • Auto attendant (1)
  • Axis (1)
  • Azure (7)
  • Azure AD (10)
  • Backups (3)
  • bootable (1)
  • Broadcasting (2)
  • Business Administration (1)
  • Business Continuity (1)
  • Cabling (1)
  • Cache (3)
  • CCNA (1)
  • CCTV (1)
  • Certification (2)
  • Chrome (3)
  • CISCO (1)
  • Cloud Services (1)
  • Color (1)
  • Command line (1)
  • Content Copyright (2)
  • COVID-19 (1)
  • CPort (1)
  • Cron (2)
  • CSS (3)
  • CurrPorts (1)
  • Custom Systems (2)
  • DAM (1)
  • Data Recovery (1)
  • DEP (2)
  • Desktop VDI (1)
  • DesktopServer (1)
  • Development (10)
  • Digital Security (1)
  • Disaster Recovery (2)
  • DLX900 (1)
  • DNS (9)
  • Domain (6)
  • Domain Controller (1)
  • Domain name (2)
  • domain name deletion (1)
  • Domain name registration (2)
  • Domain name renewal (1)
  • Domain registration (1)
  • Download (1)
  • Dox matrix (1)
  • DR (1)
  • DSC (1)
  • ebook (1)
  • eCommerce (5)
  • ECWID (3)
  • Electrical (1)
  • Elevate (1)
  • email (16)
  • Excel (1)
  • Exchange Online (5)
  • Facebook (1)
  • Film making (1)
  • Film Production (1)
  • G Suite (3)
  • Google (5)
  • GPO (1)
  • Hex (1)
  • Home Security (1)
  • How to (24)
  • HPE (1)
  • htaccess (1)
  • HTML (3)
  • HTTPS (1)
  • Hyper-V (1)
  • iMac (2)
  • IMAP (1)
  • impact printer (1)
  • inCOREporation.com (1)
  • Intel (1)
  • Interlogix (2)
  • Intune (1)
  • iOS (15)
  • IP (2)
  • iPad (1)
  • iPhone (1)
  • IPTV (2)
  • IPv4 (2)
  • iso (5)
  • IT (1)
  • IT Consultant (1)
  • IT services (1)
  • iTech (1)
  • Jamf (6)
  • Java (2)
  • Javascript (1)
  • jobs (1)
  • KDP (1)
  • Keyboard (1)
  • Learning (2)
  • Linux (12)
  • live stream (2)
  • LogMeIn (2)
  • Mac (10)
  • MacOS (3)
  • Managing Office 365 (6)
  • Marketing (1)
  • MDM (3)
  • Microsoft (30)
  • Microsoft 365 Business Premium (2)
  • Microsoft Certifications (1)
  • Microsoft Server (2)
  • Microsoft Store (1)
  • Microsoft Support (2)
  • Migration (1)
  • Mobile App (12)
  • Music (3)
  • Music digital distribution (1)
  • Music license (2)
  • Music production (4)
  • MySQL (1)
  • NAT-T (1)
  • Network (4)
  • NK2 (1)
  • NK2Edit (1)
  • Nonprofit (1)
  • Nortel (2)
  • O365 (4)
  • Office (1)
  • Office 365 (15)
  • Office 365 for Business (15)
  • Orchestration (1)
  • OS X (2)
  • Outlook (1)
  • Password (2)
  • Paypal (1)
  • PC Tech tools (10)
  • Phone (2)
  • Photoshop (1)
  • Postal code (3)
  • Power Platform (1)
  • PowerApps (1)
  • Printer (1)
  • Products and Services (1)
  • Programming (8)
  • Project Online (1)
  • PSA (1)
  • Pulseway (1)
  • RAID Controller (1)
  • RDP (1)
  • RDS (4)
  • Reaper (1)
  • Remote Desktop Management Server (1)
  • Remote Software (1)
  • Replication (1)
  • Responsive (1)
  • Ring Central (1)
  • RMM (1)
  • Robocopy (1)
  • RS3WC080 (1)
  • SCCM (1)
  • SCSS (1)
  • Security (1)
  • Security Cameras (1)
  • Security Services (1)
  • Server (10)
  • Serverpress (1)
  • Sharepoint (1)
  • Shell (2)
  • SID (1)
  • Software (1)
  • software license (1)
  • Solutions (2)
  • Song license (2)
  • SQL (2)
  • SQL Server 2014 (2)
  • SSL Certificate (9)
  • Support (2)
  • Support tools (5)
  • Surveillance (1)
  • Synchronization (1)
  • system admin (3)
  • System Center Configuration Manager (1)
  • Tech (1)
  • Tech support (13)
  • Technology integrator (1)
  • TelcomCanada.ca (1)
  • Telecom (2)
  • Terminal Services (1)
  • Training (5)
  • TS (4)
  • Ubiquiti (2)
  • Ultrasync (2)
  • UPC code (1)
  • USB (3)
  • Video (1)
  • Video Production (1)
  • video streaming (2)
  • Virtualization (2)
  • Virus (1)
  • Visual Studio (2)
  • VMedia (1)
  • VOD (1)
  • Voicemail (1)
  • VoIP (5)
  • VPN (2)
  • VPN client (2)
  • VPP (1)
  • Web (5)
  • Web Hosting (4)
  • Web streaming (2)
  • WebApps (1)
  • Weebly (1)
  • Wifi (3)
  • Windows (34)
  • Windows Server (6)
  • Wordpress (6)
  • wwebservices (4)
  • Youtube (1)
  • Zip code (1)
  • Zoom (1)

Report Abuse

Favorite Links

  • inCOREporation.com
  • inCOREporation.ca
  • WWebServices.ca
  • DandyHosting.com
  • ITIS-Services.com
  • DomainNamesXE.com
  • TelcomCanada.com
  • Guard-Zone.com

inCOREporation

Loading...
© inCOREporation. Simple theme. Powered by Blogger.