custom security
2 TopicsConnecting to Reporting Server instance from SSMS
I have Power BI Reporting Server Jan 2021 installed. It is configured with Custom Security (as per this: https://github.com/microsoft/Reporting-Services/tree/master/CustomSecuritySample) PBIRS is working abosultely fine. I am able to access the portal and do all the reporting operations. However I am required to update some headers and trying to follow the steps from this link https://docs.microsoft.com/en-us/sql/reporting-services/tools/server-properties-advanced-page-reporting-services?view=sql-server-ver15. I am getting invalid user credentails, no matter what combination I try. Please help!2.3KViews0likes4CommentsRow Level Security to customized authentication
I have an instance of PBIRS on premises (May 2020). I implemented my own authentication and authorization libraries implementing IAuthenticationExtension and IAuthorizationExtension. I created a principal name called "everyone" allowing permissions to all users in the CheckAccess methods. When I go to a report with RLS anyways it doesn't work and I get the following log Exception of type 'Microsoft.PowerBI.ReportServer.WebApi.ASConnection.RlsNotAuthorizedForModelException' was thrown Do I have to do something more? Is permission check for RLS different from the other ones?Solved2.8KViews0likes3Comments