Forum Discussion
Embedding i n Power BI Report Server
The recommended way of accessing an on-prem Report Server from a mobile app would be to use Azure Application Proxy - see Access on-prem Report Server from your Power BI Mobile app with Azure Active Directory Application Proxy | Microsoft Power BI Blog | Microsoft Power BI
thank d_gosbell but the mobile app I am referring to here is not Power BI mobile app but rather a customer mobile app I built myself on a javascript framework, also the same with the web app. I just want to embed my existing dashboard on these apps. But I want the dashboard's RLS to work in sync with the authentication of the web apps."Once user log in to my web app the dashboard only shows their own data".
- d_gosbell3 years agoSuper User
Yes, but the concept is the same whether it's the Power BI mobile app or something custom. Report Server is typically installed on-prem behind corporate firewalls and not accessible to web/mobile apps. Using the Azure Application Proxy is a way of giving the on-prem Report Server a publicly addressable endpoint without putting the server itself on the public internet.