Forum Discussion
Create a BOT just hanging
- Jun 17, 2022
Sometimes I wish the Teams PG must read their own error messages.
The request what Teams client was trying to use was:
Request URL: https://dev.teams.microsoft.com/api/aadapp
And for that I got the 403:
{"resultType":2,"result":null,"errorMessage":"Insufficient privileges to complete the operation."}
Luckily my colleague found configuration to be check, and the issue was actually in Azure:
When App registrations is allowed for users, then creating Bot works as expected.
Sometimes I wish the Teams PG must read their own error messages.
The request what Teams client was trying to use was:
Request URL: https://dev.teams.microsoft.com/api/aadapp
And for that I got the 403:
{"resultType":2,"result":null,"errorMessage":"Insufficient privileges to complete the operation."}
Luckily my colleague found configuration to be check, and the issue was actually in Azure:
When App registrations is allowed for users, then creating Bot works as expected.
- Prasad_Das-MSFTJun 20, 2022
Microsoft
Petri-X - Glad that your issue is resolved. Thanks for updating.