Portal
1 TopicTeams 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.1.6KViews0likes4Comments