Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Mahmoud_Elaraby
Frequent Visitor

Embed power bi report server authentication

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

8 REPLIES 8
Anonymous
Not applicable

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.

josef78
Memorable Member
Memorable Member

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

Anonymous
Not applicable

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.

Anonymous
Not applicable

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

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors