Forum Discussion
GildasAtGenesys
Dec 19, 2022Copper Contributor
Teams Developer Portal invalid bot scope list
The Developer portal added an illegal scope in the bot section of the app manifest.
In the Teams App features, I selected "Personal", "Group Chat", "Team" for the scopes (that is all 3 scopes):
Yet, the App Dashboard complains about 4 scopes:
Downloaded the manifest for inspection, and I can see the Portal somehow added an illegal entry:
"bots": [
{
"botId": "0541debd-30e7-40df-92b6-d8f1fa2cde1b",
"scopes": [
"groupchat",
"team",
"groupChat", // <-- this one is illegal
"personal"
],
"isNotificationOnly": false,
"supportsCalling": false,
"supportsVideo": false,
"supportsFiles": true
}
],
How can I get this fixed? Is it a bug in the Teams Developer Portal?
Thanks.
4 Replies
Sort By
- Prasad_Das-MSFT
Microsoft
GildasAtGenesys - We tried to repro this issue by logging into Teams developer portal. Developer Portal (microsoft.com). We created a bot having all these below defined scopes.
However, we are not getting any validation issue. On inspecting the manifest also, it seems to be completely fine.We also tried this from developer portal present within Teams. Its working for us there as well. Microsoft Teams Version 1.5.00.35276
Thanks,
Prasad Das
---------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- GildasAtGenesysCopper Contributor
Prasad_Das-MSFT, well I am not surprised. This seem to be an intermittent bug in the portal (this app was entirely created with the portal). I also created another app and everything was fine.
How can I fix this one?
- Prasad_Das-MSFT
Microsoft
GildasAtGenesys - Thanks for informing. Please let us know if you face this issue again.
We are checking this with engineering team and will get back to you if we have any update. Thanks!
- Prasad_Das-MSFT
Microsoft
GildasAtGenesys - We are checking the issue. We will get back to you shortly with our findings.