Forum Discussion

someone_developing's avatar
someone_developing
Copper Contributor
Aug 31, 2021

Teams tab activity permissions

Trying to add the option to send notifications to the activity feed as described here:

 

https://docs.microsoft.com/en-gb/learn/modules/msteams-teamwork-endpoint/7-exercise-activity-feed

 

In the azure portal I am adding this https://graph.microsoft.com/TeamsActivity.Send permision and i my manifest added 

"applicationPermissions": [
"https://graph.microsoft.com/TeamsActivity.Send"

 or 

"applicationPermissions": [
"TeamsActivity.Send"
]

Double checking that webApplicationInfo.id is the same as the one in Azure.

I am still getting the error:

Please check the values of webApplicationInfo.id and webApplicationInfo.applicationPermissions.

 

The permissions does not show correctly during the installation, see attached.

 

 

 

Resources