Forum Discussion
Anonymous authentication in Power BI Report Server
- 3 years ago
Power BI Report Server is built on the same base as SSRS and uses the same authentication mechanisms. As you can see here Authentication with the Report Server - SQL Server Reporting Services (SSRS) | Microsoft Learn the default options use windows AD based authentication. But there is an option to implement a custom authentication provider.
This does require writing custom code, but maybe you can integrate this with your Sharepoint authentication. See here for more details Configure Custom or Forms Authentication on the Report Server - SQL Server Reporting Services (SSRS) | Microsoft Learn
Power BI Report Server is built on the same base as SSRS and uses the same authentication mechanisms. As you can see here Authentication with the Report Server - SQL Server Reporting Services (SSRS) | Microsoft Learn the default options use windows AD based authentication. But there is an option to implement a custom authentication provider.
This does require writing custom code, but maybe you can integrate this with your Sharepoint authentication. See here for more details Configure Custom or Forms Authentication on the Report Server - SQL Server Reporting Services (SSRS) | Microsoft Learn