This article will give you more detailed instructions for configuring your Azure App for the MS Teams integration.
Step 1 - Create App
Go to the App Registration → New registration. Next you will see this page, where you need to add the name of the app, select Account Type and Redirect URI.
For Account Type select Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) type
For redirect URI choose Web type and uri:
https://app.clientsuccess.com/api/oauth/callback
Then press Register.
Step 2 - Configuring API permissions
After successfully creation, you will be redirected to the main page of your app.
Go to the API permissions section. Select Add a permission → Microsoft Graph → Delegated permissions
Next, you will add the permissions:
- openid,
- profile,
- offline_access,
- ChannelMessage.Send,
- Group.Read.All,
- TeamsActivity.Send,
- User.Read,
- User.Read.All
After adding the permissions will see all the permissions have been Granted.
Note: If you see some warnings in the Status column, press Grant admin consent for <Your organization name>
Step 3 - Adding Secret Key
Go to the Certificates & secrets section. If you do not have any secrets please create a new one.
Select New client secret. Give name for key (f.e. MS Teams ClientSuccess secret key)
Select Add. Next you will get the secret key. Copy and save the value of your new secret key.
Step 4 - Get needed credentials for MS Teams Integration
From previous step you should have your secret key. Now you will need the ClientID.
To get the client ID return to the Overview section. Copy the Application (client) ID
This should be what you need to get MS Teams Integration set with Azure.
Comments
0 comments
Please sign in to leave a comment.