Forum Discussion
Custom Authentication in Power BI Report Server
The github readme has the details on what to do under Step 3: Deployment and Configuration. If you follow those instructions it should work. I suggest you tailor the code to deal with the type of auth you will be implementing. If you are doing some type of SSO , there is extra work you'll need to do.
- GuestUser7 years agoHelper V
Thanks!!
But I need to understand how do we run the Configure.ps1 command
Should we set some path on command prompt and then run this Configure.ps1 ?
Can someone please elaborate on it..?
- saykasku7 years agoResolver I
"All the steps are automated in a PowerShell Script, if you have a Power BI Report Server default installation you can run (the script is only valid for Power BI Report Server, for SSRS you need to follow the manual steps)
.\Configure.ps1
This configuration is not intended to use in production, you should generate your own strong name key and your own authentication key different of those used in the sample"
I think u have default paths in this file so u can run it everywhere. You need to do this only once.