'How to perform Teams Channel Authentication for bot framework?
I am working on team's bot that is scoped to teams' channel and group chat. I am using a external service that is being used by the bot. Now if I add the bot to channel or group chat, i want a way to only authorize certain group of users or use their auth token to access the external service within bot. In a personal chat as given by the example 46. (link: https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/python/46.teams-auth) Teams auth in Bot framework samples, we can do auth when we click sign in and the user gets to login then pass the token to the bot. How to perform the same action (bit less intrusive) in a channel or a group chat?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|