Skip to content

Files

Latest commit

ddb7332 · Oct 31, 2024

History

History
This branch is 79 commits behind microsoft/teams-ai:main.

06.auth.oauth.messageExtensions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 9, 2024
Aug 2, 2024
May 9, 2024
May 9, 2024
May 9, 2024
May 9, 2024
May 9, 2024
May 9, 2024
May 9, 2024
Oct 1, 2024
Aug 2, 2024
Sep 11, 2024
May 9, 2024
Oct 31, 2024
May 9, 2024
Aug 2, 2024
Aug 2, 2024

Teams Message Extension Oauth Bot

This sample shows how to incorporate a basic conversational flow into a Microsoft Teams application using Bot Framework and the Teams AI SDK.

This sample requires creating an OAuth Connection in Azure Bot Service, which provides a token store to store the token after sign-in.

Note that this bot will only work in tenants where the following graph scopes are permitted:

  • User.Read

Interacting with the bot

Bot interaction image

Setting up the sample

  1. Clone the repository

    git clone https://github.com/Microsoft/teams-ai.git
  2. Duplicate the sample.env. Rename the file to .env and fill in the variables with your keys.

The easiest and fastest way to get up and running is with Teams Toolkit as your development guide. To use Teams Toolkit to continue setup and debugging, please continue below. To read about other options, skip to Other ways to run the sample.

Testing the sample

The easiest and fastest way to get up and running is with Teams Toolkit as your development guide. To use Teams Toolkit to automate setup and debugging, please continue below.

Otherwise, if you only want to run the bot locally and build manually, please jump to the BotFramework Emulator section. For different ways to test a sample see: Multiple ways to test

Using Teams Toolkit for Visual Studio Code

The simplest way to run this sample in Teams is to use Teams Toolkit for Visual Studio Code.

  1. Ensure you have downloaded and installed Visual Studio Code
  2. Install the Teams Toolkit extension
  3. Install the Python extension
  4. Install Poetry
  5. Select File > Open Folder in VS Code and choose this sample's directory from the repo
  6. Using the extension, sign in with your Microsoft 365 account where you have permissions to upload custom apps
  7. Ensure that you have set up the sample from the previous step.
  8. Trigger Python: Create Environment from command palette and create a virtual environment
  9. Select Debug > Start Debugging or F5 to run the app in a Teams web client.
  10. In the browser that launches, select the Add button to install the app to Teams.

If you do not have permission to upload custom apps (sideloading), Teams Toolkit will recommend creating and using a Microsoft 365 Developer Program account - a free program to get your own dev environment sandbox that includes Teams.