Forum Discussion
PeytonMcM
May 08, 2024Brass Contributor
Teams Task Dialogs - page displays OK, embedded link problem
Hello All, We have an application that renders FAQs into a Teams task dialog. The initial rendering works fine. In many cases, the FAQs reference other content (i.e. see also). However, i...
- May 13, 2024We have been able to resolve the issue on our side. In some cases, the links were 'external' and not part of the trusted domain (i.e. not included in the manifest). In this case, we are adding a _blank to the external URL in order to launch the link outside of the task dialog.
For other links (i.e. other internal links), we are making some changes to carry enough some authentication info for any linked pages.
Prasad_Das-MSFT
Microsoft
PeytonMcM - Thanks for raising this issue. We will check this internally and will get back to you shortly.
PeytonMcM
May 13, 2024Brass Contributor
We have been able to resolve the issue on our side. In some cases, the links were 'external' and not part of the trusted domain (i.e. not included in the manifest). In this case, we are adding a _blank to the external URL in order to launch the link outside of the task dialog.
For other links (i.e. other internal links), we are making some changes to carry enough some authentication info for any linked pages.
For other links (i.e. other internal links), we are making some changes to carry enough some authentication info for any linked pages.