
Announcements
Hello all,
What I want to accomplish is to display SharePoint sites within my canvas app. In my scenario I have a SharePoint site with news items. The news items are .aspx pages on SharePoint. For displaying those pages within my canvas app I tried to add them in an iFrame with the PCF iFrame component from Yash Agarwal. This works great in my browser sessions, but when I start the app on my mobile phone I get an authentication error. This error occurs because the SharePoint page tries to redirect me to the default login page and that is not allowed within the iFrame. So it seems like that the iFrame cannot use the credentials of my user account within the mobile app. Even if the redirection was allowed, this would create an scenario that doesn't please me, because it would force me to login again every time I start the app.
This sounds all like logical behavior to me, but I cannot find a solution for my problem. Does anyone know a solutions for displaying SharePoint pages within an canvas app. Is this even possible with an iFrame or with another technique? Or can maybe Power Automate bring an solution by converting .aspx pages to html pages? I think this could not be the solution because the pages are using lots of elements like embeded Power BI repports, streams, etc.
Thanks in advance for brainstorming with me.