Azure bot: Unauthorized Access. Request is not authorized
Tawfeeq Al-taae
0
Reputation points
Hello, I have a problem in implementing the Azure bot with the Azure web app.
the source of the web app is written in nodejs.
I have confirmed that the endpoint of the bot is right.
I have set BOT_ID and BOT_PASSWORD in the app configuration.
I tested on web chat and Bot emulator. both are not working.
The web app receives the request successfully. and all endpoints are configured. correctly.
I'm getting this error while debugging in the Bot emulator:
{
"value": "\"Unauthorized Access. Request is not authorized\""
}
Sign in to answer