Forum Discussion
mubin4all
6 years agoRegular 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/...
Anonymous
5 years agoNot applicable
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.
- fktoye4 years agoNew Member
<AdminConfiguration> <UserName>myadminaccount</UserName> </AdminConfiguration>add it in rsreportserver.config