Forum Discussion
In which scenario "webApplicationInfo" nad "validDomains" needs to be configured in manifest.json?
yuu113 -1. If you want to add SSO in your application, you have to add web application information.
2.If you want to render any website/page, then you need to add that domains name inside valid domains section.
Thanks,
Sayali
----------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link.
- yuu113Mar 25, 2022Copper Contributor
Thank you very much for the quick confirmation!
Regarding 2nd question, let me confirm 1 point.
I could understood "QnA Maker endpoint" need not to be configured in "validDomains" as there's no UI rendering.
But regarding "token.botframework.com", as per the below official doc, it's mentioned that it needs to be set in "validDomains", but in my case, app works without this configuration and also from your explanation, seems not necessary.
Is it really necessary in this scenario then?
https://docs.microsoft.com/en-us/microsoftteams/platform/bots/how-to/authentication/add-authentication?tabs=dotnet%2Cdotnet-sample#install-and-test-the-bot-in-teams
Thank you very much!- Sayali-MSFTMar 25, 2022Microsoftyuu113-Yes.It is Required where noted.
- yuu113Mar 25, 2022Copper ContributorThank you for the quick reply!
Actually, As I mentioned in the issue summary, I could complete AAD authentication without adding "token.botframework.com" to validDomains and it seems expected based on your explanation (because there is no UI rendering in App)..
How can I understand this situation? Kindly help my understanding, thank you very much!