Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello Technical Support Team,
Hope you are all well. I am facing an issue when trying to implement login and logout functionality in Power BI Report Server.
Problem Description: I would like to understand how to create an authentication system that allows users to efficiently log in and out of Report Server. I have reviewed the available documentation but have not been able to find a clear solution yet.
Hi @AuroSantana65 ,
Below are a few solutions for Power BI Report Server to realize the logon and logoff functions, hopefully it can be adapted to your scenario:
1. Login using built-in Power BI integration (for standard account management)
Users manually log in to their Power BI account on the My Settings page of the web portal. Once logged in, a 90-day security token is generated for dashboard tile refreshing and permissions management, and if opted out of the current account on the same page, the association with Power BI is severed. If the token expires, the user will need to log in again to refresh the data.
My Settings for Power BI integration (web portal) - SQL Server Reporting Services (SSRS) | Microsoft...
2.Customized Form form login (replaces AD authentication)
Download the CustomSecuritySample provided by Microsoft and compile the project using Visual Studio.
Modify the configuration:
Edit the Configure.ps1 script to set up a custom administrator account (e.g. pbiadmin).
Replace the Report Server configuration file (e.g. rsreportserver.config) and backup the original AD configuration.
Deploy and Test: Run the PowerShell script and restart the service, verify permissions by logging in with a custom form.
Reporting-Services/CustomSecuritySample at master · microsoft/Reporting-Services · GitHub
For more detailed steps or code samples, refer to the official Microsoft documentation Power BI Report Server Integration
My Settings for Power BI integration (web portal) - SQL Server Reporting Services (SSRS) | Microsoft...
Hope it helps!
Best regards,
Community Support Team_ Tom Shen
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.