User Profile
villeo
Copper Contributor
Joined 4 years ago
User Widgets
Recent Discussions
Re: Stream Embed problems on iOS
Marc Mroz - I too am interested if there was any update or suggested workaround. UPDATE: I was able to narrow down the root issue of the looping in my case by: Cutting and pasting the iframe src url from the embed code into a new Edge InPrivate window or Chrome Incognito window The same looping was observed, but this time it was clearly not due to embedding the iframe in a non page served by a non-microsoft domain since the url was a SharePoint url. I examined the network logs via the browser developer tools and, among other things, noticed the response header x-msdavext_error (detail below) After a bit of digging, I discovered this might be due to the SharePoint tenant wide settings for allowing or disallowing basic auth, i.e. "LegacyAuthProtocols". Best practice is to disallow for security reasons; however if they are disabled you'll get the looping for MS Stream SharePoint embeds. If you enable them via PowerShell or the SharePoint Admin Portal -- NO MORE LOOPING! It would be great if the Microsoft Stream team would enable a solution that works without allowing legacyauth! Many people won't be able to do this for security reasons. Response header detail: x-msdavext_error: 917656; Access+denied.+Before+opening+files+in+this+location%2c+you+must+first+browse+to+the+web+site+and+select+the+option+to+login+automatically. Enable basic authentication in SharePoint with PowerShell Set-SPOTenant -LegacyAuthProtocolsEnabled $true SharePoint Admin Portal2.5KViews0likes0CommentsRe: External participants can't view Chat & Poll in Channel Meeting
ChrisHoardMVP This does work; however the thing that's frustrating and wastes valuable meeting time fussing around is this (below). Baseline: add people outside your org as guests to a team schedule a channel meeting in the team for the future Scenario A: when it's time for the meeting, the outside user: Opens MS Teams app Switches to correct organization Navigates to team and channel Joins meeting from channel Meeting chat works for them! Scenario B: when it's time for the meeting, the outside user: Joins the meeting from their calendar (as most people do) More often that not they show as external even though they have been invited and accepted invitation to join as guest. Meeting chat does not work Solution: ask them to leave the meeting, and join using steps 1-5 from Scenario A. Wish: Microsoft would recognize (in Scenario B) that the user actually is a guest -- automatically and without any user intervention. In other words, no special instructions needed. In the meantime if anyone knows a better way, please do share!5.7KViews1like0Comments