Forum Discussion
Stream channel within Personal App
- Feb 23, 2021
I was finally able to find the core problem. Unfortunately it is a known Microsoft bug that causes users to have a token problem and therefore the stream content is not loaded. More details can be found here: https://github.com/SharePoint/sp-dev-docs/issues/5320
Thomsch , Could you please look at https://confluence.uconn.edu/ikb/communication-and-collaboration/office-365/microsoft-stream/add-a-stream-channel-or-video-to-a-team
If you stream URL you can also add that within personal Tab as well you need to add stream domain in manifest validDomain[] list, Let me know if you are looking for the same or you want to show a live stream video in Tab?
- ThomschDec 09, 2020Iron Contributor
Trinetra-MSFT thanks for the hint.
I already tried that but the windows stays blank linking directly to a direct Stream Channel 🤨
"validDomains": [ "web.microsoftstream.com", "XYZ.sharepoint.com" ]
- Trinetra-MSFTDec 10, 2020Former Employee
Thomsch , You need to add following stream URL : http://msit.microsoftstream.comin valid Domain list[],
stream ask for authentication make sure you have provided the access to the user/Group/Channel for the stream channel
or implemented auth for microsoft stream using Azure AD auth for Tab.
- ThomschDec 10, 2020Iron Contributor
Trinetra-MSFT I added the URL you provided but it's still not working.
To make sure we're talking about the same thing. I want to create a personal app within Teams and provide access to a complete Stream channel, but not via SharePoint but directly on Stream. The user is explicitely listed in Stream to have access, and it also works via SharePoint.