qna bot
2 TopicsIn which scenario "webApplicationInfo" nad "validDomains" needs to be configured in manifest.json?
Hi, can someone help me to understand the behavior of "webApplicationInfo" and "validDomains" property in manifest.json? <webApplicationInfo> https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema#webapplicationinfo <validDomains> https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema#validdomains I have created Teams Custom Bot Application (developed by Bot Framework v4) and in this app, Azure AD authentication and Graph API call (following below tutorial: https://docs.microsoft.com/en-us/graph/tutorials/bot-framework?tutorial-step=3), and API call to Azure QnA Maker endpoint is implemented. So based on the doc's property definition, I thought I need to configure below infos in manifest.json, but actually application works (user can login, call graph api, can communicate with qna maker) in teams without those configuration. ・"webApplicationInfo"'s id : bot application id ・"validDomains" : token.botframework.com (redirect uri while AAD authentication), <QnAMakerName>.azurewebsites.net (for qna maker endpoint call) Is it expected behavior? if expected, in which scenario those properties should be configured? My Manifest.json ・validDomains is not configured ・webApplicationId is not configured (property not exist in manifest.json) Bot Appications's Behavior ・user can login ・bot app can call Graph API ・Bot can communicate with QnA Maker (can get answer from QnA Maker). Thank you very much in advance!3.6KViews0likes7CommentsMicrosoft University College London IXN Project Resourcium
Student Mobile app which utilise Microsoft Learn, Linkedin, PowerApp, Azure and PWS to deliver a solution which centralizes resources for Students on a single portal. It also includes data collection on student sentiments and areas that they need additional help on so that the teaching and learning teams as well as course reps can see what help can be provided to students. The aim of the application is to provide as much help as possible to the students via the surfacing of resources and a Question & Answer bot.2.7KViews0likes0Comments