-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to open SharePoint pages using stageview inside Microsoft teams for ios and android #11785
Comments
@harshdamaniahd - Thank you for your inquiry about your Teams app development issue! Or Viva Connections for a portal experience: Using custom apps is only supported for SPFx-based solutions and in that case, very specific guidelines need to be followed when creating the app manifest: The most important requirements are: The TeamsLogon.aspx redirect should be used to handle authentication. The contentUrl should look like this: A webApplicationInfo section should be added to the manifest that looks like so:
Please let us know if you have any further query here. Thank You, |
Hey Thanks for the reply @Nivedipa-MSFT . But you did not understand me correctly. |
@harshdamaniahd - We are checking this with engineering team, we will let you know once we get any updates on it. |
@harshdamaniahd - The engineering team has provided feedback regarding the loading of SharePoint content within a stage. They mentioned that while it is possible for the app developer to load SharePoint content using the TeamsLogon.aspx redirect, this method is not officially supported unless the content being loaded is an SPFx web part. For a more reliable solution, it is recommended to direct the user to a browser to access the SharePoint content, rather than attempting to load it within the stage. This approach ensures better compatibility and support. Please let us know if you have any further query here? |
We have a usecase where we have a chatbot and that chatbot when sending messages sends a sharepoint page as well in content. The problem occurs for front line workers as they don't have desktop and only use phones. Sharepoint is not accessible from browser so only way is to open in teams. It worked earlier but doesn't work now 😢. |
@harshdamaniahd - Thanks for your input. We will check this again with engineering team and get back to you soon. |
Should I raise feature request? |
Steps to reproduce
i am trying to follow this article https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/open-content-in-stageview?tabs=withchat#invoke-from-deep-link and create deep link to sharepoint pages but it doesnt work https://teams.microsoft.com/l/stage/2a527703-1f6f-4559-a332-d8a7d288cd88/0?context={"contentUrl":"https://test.sharepoint.com/sites/Architectureportal/SitePages/Architecture-Principles(1).aspx","websiteUrl":"https://test.sharepoint.com/sites/Architectureportal/SitePages/Architecture-Principles(1).aspx","name":"Contoso","openMode":"popoutWithChat"}
Expected behavior
can it open inside teams mobile app ?
Actual behavior
na
Error details
No response
The text was updated successfully, but these errors were encountered: