Skip to content

Commit f6716a1

Browse files
authored
Merge pull request #9790 from CarlosFarrica/docs-editor/teams-exchange-interaction-iss-1759147180
Update teams-exchange-interaction-issue.md
2 parents 7ea43c9 + 9ab4905 commit f6716a1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Teams/exchange-integration/teams-exchange-interaction-issue.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,15 @@ To integrate the Teams service with your installation of Exchange Server, make s
5353
- Validate the [version and environment compatibility](/MicrosoftTeams/exchange-teams-interact) of Microsoft Exchange Server and Microsoft Teams in your deployment.
5454
- Microsoft Teams must be aware whether the mailbox is hosted on Exchange Online, on-premises, or in a [hybrid Exchange server deployment](/exchange/exchange-hybrid). Teams services call the Exchange Online services through an Autodiscover V2 call, which is redirected to on-premises servers hosting the mailbox in a hybrid configuration.
5555
- Exchange Online integrates with the on-premises Exchange server environment, as described in [What is OAuth authentication](/exchange/using-oauth-authentication-to-support-ediscovery-in-an-exchange-hybrid-deployment-exchange-2013-help#what-is-oauth-authentication). It's preferable that you configure it by running the Exchange Hybrid Wizard, but the same result can be achieved manually as described in [Configure OAuth authentication between Exchange and Exchange Online organizations](/exchange/configure-oauth-authentication-between-exchange-and-exchange-online-organizations-exchange-2013-help). Exchange Online is represented by the application ID `00000002-0000-0ff1-ce00-000000000000`.
56-
- Additionally, Teams services need to authenticate on behalf of the user to access the mailbox hosted on-premises also using OAuth. In this case the application ID of Skype for Business Online `00000004-0000-0ff1-ce00-000000000000` is used by the Teams scheduling service, together with MailUser referenced at [Configure Integration and OAuth between Skype for Business Online and Exchange Server](/skypeforbusiness/deploy/integrate-with-exchange-server/oauth-with-online-and-on-premises):
57-
- The account is hidden from the Exchange address book. It's a best practice to hide the account from the address book because it's a disabled account.
56+
- Additionally, Teams services need to use OAuth to authenticate on behalf of the user to access the mailbox hosted on-premises. The Teams scheduling service uses the 'TeamsScheduler' application that has '7557eb47-c689-4224-abcf-aef9bd7573df' as the app ID, together with TeamsIntegrationRole referenced at [Create a new Mail User account used by partner applications](/skypeforbusiness/deploy/integrate-with-exchange-server/oauth-with-online-and-on-premises#step-2-create-a-new-mail-user-account-used-by-partner-applications).
57+
58+
- The account is hidden from the Exchange address book. It's a best practice to hide the account from the address book because it's a disabled account.
5859
- The account has an Exchange management role assignment of [UserApplication](/exchange/userapplication-role-exchange-2013-help).
5960
- For retention and archiving, a role assignment of [ArchiveApplication](/exchange/archiveapplication-role-exchange-2013-help) is required.
6061
- All steps in the article are required for full Teams and Exchange server on-premises.
6162

62-
> [!NOTE]
63-
> An example of Microsoft identity platform and OAuth 2.0 usage can be found [here](/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow).
63+
[!NOTE]
64+
6465
- You should configure your internet-facing firewall or reverse proxy server to allow Microsoft Teams to access the servers that are running Exchange Server by adding the URLs and IP address ranges for Skype for Business Online and Microsoft Teams into the allowlist. For more information, see [Microsoft 365 URLs and IP address ranges - Microsoft Teams](/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide#microsoft-teams&preserve-view=true).
6566
- Exchange Autodiscover V2 is required to allow the Teams service to perform an unauthenticated discovery against the user's mailbox that's located in Exchange Server. Autodiscover V2 is fully supported in Exchange Server 2013 Cumulative Update 19 or later. This is enough to enable Teams delegation to work correctly. However, the Teams Calendar app requires Exchange Server 2016 Cumulative Update 3 or later to be installed. Therefore, for full feature support, Exchange Server 2016 Cumulative Update 3 or later is required.
6667

0 commit comments

Comments
 (0)