Connector for Microsoft Exchange - Authentication - OAuth2 - App registration
Azure Active Directory is now Microsoft Entra ID
Please note that Microsoft has renamed "Azure Active Directory" to "Entra ID".
Further information can be found under the following links:
So that you can access the various applications from Microsoft 365 (OneDrive, Exchange, Sharepoint etc.) from your Intrexx portal, you must first register it as an app with Microsoft Azure.
During the registration of your Intrexx portal in Microsoft Azure, a client ID (application ID), a client ID (directory ID) and a secret client key are generated.
You will need this information, or part of it, later to set up a corresponding data source in the Intrexx Portal Manager.
Step-by-step guide
To register an Intrexx portal in Microsoft Azure, please proceed as follows:
-
Log in to Microsoft Azure with(https://portal.azure.com or https://entra.microsoft.com/) using your Microsoft 365 access data.
You will find yourself on the Microsoft Azure homepage.
You can register your Intrexx portal as an app via the menu item
App registrations or via
Azure Active Directory.
The following provides a description for the Azure Active Directory.
- Click on
Azure Active Directory.
this takes you to the Azure Active Directory start page.
-
Click on the menu item "App registrations".
You will be taken to the "App registrations" page. -
Click on "New registration".
You will be taken to the "Register application" page.
Name
Description
Name
Enter the name that your portal will be registered under in Microsoft Azure here. Choose any name you like.
Supported account types
Select which account types can access Intrexx here. Please also refer to the "decision aid" that Microsoft offers on this page.
Redirect URI (optional)
Select "Web" from the selection list.
Enter the redirect URI. This is made up as follows:
Base URL/service/oauth2/authorizeRedirect URI
The redirect URI is composed as follows:
<base URL>/oauth2/token/msexchange
The redirect URL for the base URL "https:/exampleportal.com/" looks like this:
https:/exampleportal.com/oauth2/token/msexchange
Note The basic URL can be found in the main menu under "Portal > Portal properties".
-
Click on "Register".
You will now be on the app page that provides you with all relevant information about the created app.
Here you will find the client ID (
) and the client ID (
).
To set up the Intrexx Office 365 Connector, you only need the client ID.
To set up the Intrexx Exchange Connector, you need both the client ID and the client ID.
Please refer to the following section for more information:
Copy the client ID and, if necessary, the client ID.
-
Click on the menu item "Certificates and secrets".
This takes you to the "Certificates and secrets" page.
-
Click on "New secret client key".
The "Add secret client key" window is displayed. -
Provide your client secret with a description and define when it should expire.
-
Click on "Add".
You will return to the "Certificates & Secrets" page.
The secret client key is displayed at the bottom right.
You will need this later to set up the data source in the Intrexx Portal Manager.
Please refer to the following section for more information:
-
Copy the client secret.
- Click on the "Authentication" menu item.
-
Click on "Yes" for "Allow public client flows".
-
Click on "Save".
You have registered your Intrexx portal in Microsoft Azure.
At the same time, you have generated and copied the client ID, tenant ID and client secret.
Further information
Connector for Microsoft Exchange in applications