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
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"
]
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.
- Trinetra-MSFTDec 21, 2020Former Employee
Thomsch , Not sure why you are not able to see the video, it will be good if you can see what is blocking to load the video in Tab , may be in console you can see the error. also can you try to add the video url through Stream app in channel and check if that loads in Tab?
- ThomschJan 18, 2021Iron Contributor
Trinetra-MSFT I don't understand the situation. For a couple of users the personal app works completely fine, but for others the Stream and/or Forms content not. The SharePoint page is loading fine.
1) There are users who can use the app in the browser but not in the Teams desktop client.
2) Users who cannot use it on the web nor the desktop client.
3) Users who can use it on both clients.
The users who cannot use the get this error message:
"validDomains": [ "TENANT.sharepoint.com", "msft.spoppe.com", "resourceseng.blob.core.windows.net", "spoprod-a.akamaihd.net", "spoppe-a.akamaihd.net", "microsoft.sharepoint.com", "*.login.microsoftonline.com", "msit.microsoftstream.com", "forms.office.com" ],