Forum Discussion

uliseschavez20's avatar
uliseschavez20
Regular Visitor
2 years ago

Problems with the Reporting Services Custom Security Sample for Power BI Report configuration script

I'm implementing a Power BI server, and I would like to customize the login process. I'm following the instructions from the link: https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample And I see that there is a PowerShell script to execute the configurations when using Power BI Report Server, but when I run it, it shows errors that can be seen in the image, and I notice that some files are missing, hence the errors. However, these files do not exist within the repository. So, I would like to know how I can obtain these files or how I can achieve this configuration? Since the instructions are not very clear, and there is little documentation available online. Thank you.

 

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi uliseschavez20 ,

    Did you follow the steps of the readme exactly?

    Best regards,
    Community Support Team_Binbin Yu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Yes, I have been able to implement the custom form, but I would like to configure it to validate the credentials with Active Directory instead of the database, just like it is by default but using the custom form. Is this possible?