Jump to:navigation, search
Wiki




































Configure Azure Apps with OAuth for the UTM Mail Connector
Last adaptation to the version: 12.6.0
New:
  • Updated to Redesign of the webinterface
notempty
This article refers to a Resellerpreview
-
De.png
En.png
Fr.png

Preliminary note





  • Note
    This article includes descriptions of third-party software and is based on the status at the time this page was created.
    Changes to the user interface on the part of the manufacturer are possible at any time and must be taken into account accordingly in the implementation.
    All information without warranty.
  • In order to use the Mail Connector with Microsoft 365, the following information is required:
    • Application ID
    • Client ID
    • Secret client key
    This guide shows an example of the preparations and setting required in Microsoft Azure
    • Launch Azure Active Directory admin center
    • Note down/Copy Tenant ID from the Azure Active Directory menu
    • Register new app under theApp registration menu under the New registration button
    • Assign a unique name and click the register button
    • In the API permissions menu, click the Add a permission button.
    • Select permission for Office 365 Exchange Online in the APIs my organization uses tab
    • Add IMAP.AccessAsApp permission for Office 365 Exchange Online
    • In the menu API permissions activate the entry Grant admin consent for [...].
    • Create a Client secret in the Certificates & secrets menu
    • Note down Value, will be entered as Secret Client Key when adding an OAuth 2 connection
    • Open menu Enterprise Applications and select app
    • Note down from the app properties Application ID and Object ID.
    • Open Powershell on Windows Client Administrator, import ExchangeOnlineManagement and connect to tenant
    • Select the recipient mailbox in the Exchange admin center and choose Read and manage (Full Access) as delegation.
    • Add member for Mailbox Delegation
    • This completes the configuration in Microsoft Azure.
      The further configuration is done in the UTM in the menu
      Applications Mail Connector  Area Services Button Add Mail Connector Service

    anf in the tab
    OAuth2 with the Add OAuth2 connection button.

    • notempty
      The Microsoft servers may take up to 30 minutes before access works