To connect the Microsoft Teams Connector, a Admin in Microsoft Azure will need to:
- Register an Enterprise application.
- Create a service account with a user role.
- Request access to protected API by completing this form. (Please refer to the Request Access to Protected API Section below)
As an Admin, please follow the below steps to register an azure app for the Microsoft Teams Connector. This will ensure that a service account with a user role can be used to authorize read-only access to participants' calendar events
- Create a text file named azure.env, copy the below variables and paste into the file. This file will be uploaded into the Office 365 Connector.
MSAL_CLIENT_ID=
MSAL_TENANT_ID=
MSAL_CLIENT_SECRET=
- Navigate to: https://portal.azure.com and select Azure AD > App Registrations
- In the overview menu:
- Copy Application (client) ID and paste into azure.env file as MSAL_CLIENT_ID=value
- Copy Directory (tenant) ID and paste into azure.env file as MSAL_TENANT_ID=value