Which browser are you using?
Some don't pass the current Windows credentials to SSRS, then you have to enter them.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am accessing SSRS reports using URL method in my UI by using iframe element in React js . Whenever I open it for first time it will ask me for user name and password of server. I am using SSRS report server 2019
Is there any way to pass username and password in report URL from UI?
If not how to fix this credential popup issue ?
Which browser are you using?
Some don't pass the current Windows credentials to SSRS, then you have to enter them.
Hi @Amit M
Browsers support specific authentication schemes that must be handled by the report server for client requests to succeed. You can check this link to check the required authentication requirements for your browser: Authentication requirements.
In addition, you can also try to add the URL to trusted sites, please check this link for details: https://learn.microsoft.com/en-us/answers/questions/164528/how-to-troubleshoot-ssrs-prompting-for-user-name-p.
Best regards,
Aniya