Forum Discussion
Allow external users access to Reports one Report Server
Anonymous - Thank you for the response. For #2, are you saying that we could embed the pbix (optimized for Report Server and with RLS enabled) into our secured website that external users must log in to and see the report? I'm not technical so if this is possible could you point me to some documentation that might achieve this? It might be ok if we bypass report server and just embed with in our secure website.
Hi shera276,
Embedding Power BI Reports into external application is only supported via PowerBI.com and requires Power BI Premium Capacity Subscription as far as I am aware.
You can embed the report server reports into internal applications.
check out the below blog post:
https://www.kasperonbi.com/embedding-power-bi-reports-with-power-bi-report-server/
Thanks,
Bhavesh
- Anonymous7 years agoNot applicable
Hi,
Did you look at the custom authentication at this site.
https://github.com/microsoft/Reporting-Services/tree/master/CustomSecuritySample
I was able to implement this and I was succesful in deploying the applications to Report Server and then the same authenticaion linked to any client application.
Let me know if you need any help.