You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I was able to get the Tutorial AI Bot up using OpenAI, and now I want to integrate it with Graph data. When I debug locally in Teams, however, I get the following error: The bot encountered unhandled error: Could not find Connection Setting with name GraphConnectionLocalBot
Set up an app registration with Graph delegate permissions openid and profile
Provision via Teams Toolkit so the resources are created in Azure, including the Azure bot
Go to the Azure bot created in Azure Portal and navigate to the Configuration Settings
Add your app registration with delegated Graph permissions to the OAuth Connection Settings
Test the connection
Add the name of the OAuth Connection setting to your Teams AI .env file like so: CONNECTION_NAME=GraphConnectionLocalBot
Make sure you add the reference to the teamsapp.local.yml file as well
Debug the application in Edge
Expected behavior
To communicate with the AI Bot and to have an authentication popup window display to login the user and grant permissions to their openid and profile data to the bot
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: iOS
Browser [Edge]
The text was updated successfully, but these errors were encountered:
One thing I think would be helpful is to have a reference to how to set up the authentication between the Azure Bot an app registration in Azure Portal
Describe the bug
I was able to get the Tutorial AI Bot up using OpenAI, and now I want to integrate it with Graph data. When I debug locally in Teams, however, I get the following error: The bot encountered unhandled error: Could not find Connection Setting with name GraphConnectionLocalBot
To Reproduce
Repo: https://github.com/JonoSuave/TutorialBot.git
Steps to reproduce the behavior:
Expected behavior

To communicate with the AI Bot and to have an authentication popup window display to login the user and grant permissions to their openid and profile data to the bot
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: