When adding a SharePoint page as a static tab in my custom personal app, the added SharePoint page is not loaded in the MS Teams desktop client, but works as expected in the web client.
Also, when switching to Developer Preview the tab starts to work. Even when switching out of Developer Preview the web page still loads as expected.
Steps to Reproduce
- Create a page in SharePoint online
- Create a new MS Teams app (e.g. in App Studio's Manifest editor)
- Add a new Personal tab, linking to the SharePoint page
- Install the MS Teams app (e.g. with App Studio's Test and Distribute)
Open the MS Teams app --> The SharePoint page is not loaded (nothing is shown, just a blank screen)
Switch to developer preview (& sign in if needed)
Open the MS Teams app --> The SharePoint page is loaded correctly
Switch out of developer preview (& sign in if needed)
- Open the MS Teams app --> The SharePoint page is still loaded correctly
PS: it seems initially there is a redirect happening to /_layouts/15/Authenticate.aspx, which redirects to the MS login page. However, this redirect is not happening when the switch to or from developer preview has occured. So, it looks like initially MS Teams does not pass authenticated correctly?