I create a microsoft teams app using App studio and added a bot to it. I am using the sample code provided for the bot here https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/python/46.teams-auth. However the sample required a ConnectionName setting in config.py. But I do not see a OAuthsetting section in the created bot. How can this config be set.
0
votes
1 Answers
1
votes
You can add the authentication setting in Azure portal Bot Channels Registration.
Setting -> Add Setting
You could follow this document for adding authentication to bot