To use Microsoft Teams connector, you must create an Azure application for a Microsoft Teams connector.
1Open the Azure portal.
2Navigate to Microsoft Entra ID.
3Go to Manage > App registration > New registration and enter a name for your application.
4For supported account types, choose the appropriate option based on your application needs. For redirect URI, select Web and enter your redirect URL.
5Click Register.
6Go to the newly registered application's overview page.
7Go to Manage > Authentication and add the redirect URIs if you haven't already.
8In the Implicit grant section, enable Access tokens and ID tokens.
9Go to Manage > API permissions > Add a permission and select Microsoft Graph.
10Choose Delegated permissions and select necessary permissions, such as User.Read, email, offline\_access, openid, and profile and click Add permissions.
11On the application's overview page, copy the Application (client) ID.
12Go to Manage > Certificates & secrets > Client secrets and click New client secret as shown in the following image:
13Enter a description and select an expiration date and click Add.
14Copy the value of the new client secret. It will not be displayed again.
15Use the client ID and secret to connect your Teams connector application to Azure.