Forum Discussion
Matthew Lamb
Nov 15, 2019Copper Contributor
Teams App loading Microsoft Form - blank page
Hello For my client I have built a form in Forms which has been wrapped up into a simple Teams app and added to the main navigation bar in Teams. The app manifest just contains a single staticTab w...
Nov 15, 2019
Matthew Lamb good question it is something with SSO and the client app.
Matthew Lamb
Nov 15, 2019Copper Contributor
I have found a method which works for embedding SharePoint pages where you set the URL of the tab to https://tenancy.sharepoint.com/_layouts/15/teamslogon.aspx?spfx=true&dest=/SitePages/New-Teams-Request.aspx which handles the authentication without causing Teams to bring down the hammer and redirects to a SharePoint page of your choosing. However this doesn't work for redirecting to Forms. And adding the Forms form to the SharePoint page using a Web Part doesn't work because it gets loaded in a frame which just gets blocked.
The only thing that works is to put a button/link on that SharePoint page which opens the Forms URL in a new tab. When in the Teams client this then launches the Form in the browser window. Not ideal though.
- Gousia_BegumDec 10, 2019
Microsoft
Matthew Lamb Could you please try adding Form's
webApplicationInfo*
section to your manifest."webApplicationInfo": {"id": "c9a559d2-7aab-4f13-a6ed-e7e9c52aec87",}- Matthew LambDec 11, 2019Copper Contributor
Gousia_Begum Thanks for the suggestion but this didn't work, we get the same result. Would I need anything in the validDomains section? Do you have this working?
- Michael McNettMay 19, 2020Brass Contributor
Matthew Lamb- just checking to see if you made any progress on this. I know that Gousia stated that it couldn't be done but I figured I'd check to see if you ever found another alternative to making this work. Thanks in advance.
Mike