The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have an on-prem power bi report server and want to embed the dashboard using iframe but I'm facing a problem where the Windows logon popup appears and the user is not in my domain.
how can I pass the authentication through the iframe
Hi @Mahmoud_Elaraby ,
Is your problem solved so far, if so, please also accept as solution the correct answer, thank you.
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I think, it is not possible with default autentification, user must be autentificated ... You can try setup some SSO if users are from trusted domain (it can be different domain). Second option is use custom autentification.
the SSO is not an applicable solution and the Custom Authentication is breaking the security of PBI as I can't assign user Permission from the portal.
Do you want use security permission of PBI (authorization) without user login (authentificaton)? I think it is not possible. If you want use permission for users, the user must be first authentificated, there is more custom options, default is windows authentification.
No, I want to use authroization with user login but the custom authentication is not retrieving the user so I can't find an option to assign user to the folder or the dashboard.
if you know SSO solution that support .net core and PBI it will be usefull.
thanks in advance
Hi @Mahmoud_Elaraby ,
Use PingFederate ASP.NET Core SAML SSO:
PingFederate is an Identity Provider Program (IDP) that enables SAML-based SSO for ASP.NET Core applications.
NET Core applications can be integrated with PingFederate to enable SSO functionality
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Mahmoud_Elaraby ,
For Power BI report URLs, you can add a query string parameter. ?rs:Embed=true
Example: http://myserver/reports/powerbi/Sales?rs:embed=true
Create an iframe in the web page to host the report.
Below is the post will help you:
Pass Username/Password on iFrame Embed with Report... - Microsoft Fabric Community
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
the link you share is still not answered, and passing through Query string is not an answer because the like can be used by any one
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.