Is there a simple way to remove the sign-in prompt for Power BI Report Server Web Portal? I try other solutions but nothing work on my report server.
I can't use Power BI Service, since the data source is from an on-premise database (PostgreSQL).
Solved! Go to Solution.
For now, I solved it by using Basic Authentication.
1. Set Basic Authentication from Microsoft Document
2. Login from the browser using basic authentication. e.g:
http://<your-user>:<your-password>@<your-domain>/ReportServer/browse
In my case, the credentials exposed at the URL it's fine.
For now, I solved it by using Basic Authentication.
1. Set Basic Authentication from Microsoft Document
2. Login from the browser using basic authentication. e.g:
http://<your-user>:<your-password>@<your-domain>/ReportServer/browse
In my case, the credentials exposed at the URL it's fine.