The Microsoft Teams Connector retrieves information through the Microsoft Graph API. The connector has to authenticate with the API using OAuth. Before installing the connector, go to https://apps.dev.microsoft.com/, and create an application to represent the connector.
In the application settings, you can provide a redirect URL. Ensure that this matches the URL where you will run the IDOL OAuth configuration tool (by default, http://localhost:7878/oauth
).
The application requires the following delegated permissions:
group.read.all
offline_access
tasks.read.shared
user.readbasic.all
|