Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
mubin4all
Regular Visitor

Power BI Report Server Custom-Form Authentication Challenge after implementing Github guideline

Hi Team,

 

I have followe the steps mentioned on below link to configure Power BI Report Server with Custom/Form Authentication on my machine.

https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample

 

When configuration completed successfully, i did registration of the user using button Register User.

 

When i use registerd user for Logon it gave error:

 

4 REPLIES 4
jbclement
New Member

ok found it:

 

you first have to register one admin user, then add it in rsreportserver.config

        <Configuration>
          <AdminConfiguration>
            <UserName>myadminaccount</UserName>
          </AdminConfiguration>
        </Configuration>

 

login with that account and authorize other accounts to access and to browse folders.

  <AdminConfiguration>
            <UserName>myadminaccount</UserName>
          </AdminConfiguration>

add it in   rsreportserver.config

jbclement
New Member

Hi,

I am having exactly the same problem with forms authentication and power bi server.

Did you find any solutions ?

Thanks

Anonymous
Not applicable

We are trying to do similar thing.

We want to call Power BI report from our .net application, which uses Form authentication. We want to capture userid in Power BI report and then filter the data based on user id.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.