The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I want to create a login page for report server. Report server version is 2024 And some files are missing in it, such as wwwroot, login.html Can you help me how to make a login page with background?
Solved! Go to Solution.
You would have to code a custom security extension to do this. There is documentation on doing this here Configure custom or forms authentication on the report server - SQL Server Reporting Services (SSRS)...
And there is some sample code on GitHub here Reporting-Services/CustomSecuritySample at master · microsoft/Reporting-Services
You would have to code a custom security extension to do this. There is documentation on doing this here Configure custom or forms authentication on the report server - SQL Server Reporting Services (SSRS)...
And there is some sample code on GitHub here Reporting-Services/CustomSecuritySample at master · microsoft/Reporting-Services