Reputation: 4282
I created and registered a Bot on the Microsoft Bot Framework
I created an app on Slack via the instructions
The bot gets added to the channel, but every time I attempt to talk to it, I get a forbidden:
I assume it is an oauth problem - but what I am I doing wrong? I confirmed that the clientId and Client secret given to me from Slack are entered correctly:
Upvotes: 1
Views: 334
Reputation: 4282
I found the answer After you publish the bot to Azure the 1st time, you have to go back into Visual Studio and update the appId and appSecret values in the web.config file and then republish.
Upvotes: 3