Forum Discussion
Power BI Report Server Embedding URL with iFrame and avoiding the authentication popup
Anonymous wrote:
Is there any way to silently pass credentials and avoid the popup?
It should work this way by default. Are your web server and PBIRS server joined to the same domain? Are your users also logged in to this domain?
The report server is installed on-premise on a separate domain. Webapp is hosted in separate domain. Webapp stores the report server credentials, and is able to call the report server REST APIs perfectly via ntlm/windows basic authentication. But when I try to embed any report in one of the pages of my webapp, it gives a popup asking to enter the credentials. I would like to do that silently, as my webapp already knows the creds.
- d_gosbell4 years agoSuper User
Anonymous wrote:
But when I try to embed any report in one of the pages of my webapp, it gives a popup asking to enter the credentials. I would like to do that silently, as my webapp already knows the creds.
Yes, because if you use an iframe then the report server has to do it's own authentication. I'm not aware of any way that you can pass credentials into an iframe. This is more of a web developer topic than something specific to report server