Forum Discussion
SujayBawaskar
Apr 29, 2020Copper Contributor
Getting "BadSyntax:Invalid user identity in provided tenant " from botframework rest api
I have implemented an echo bot which works perfectly fine. Now I am trying to post message from outside bot using REST API. I am getting access token with from https://login.microsoftonline.com/botfr...
- Apr 30, 2020
Tool I am using for authentication was caching my old bot credentials. After changing rest client, this issue got resolved.
SujayBawaskar
Apr 30, 2020Copper Contributor
Tool I am using for authentication was caching my old bot credentials. After changing rest client, this issue got resolved.