pbirs user data security
3 TopicsPower Bi Report Server Security issues
We have 3 main security issues that need support to fix as follows: - Missing security headers : Best practice measures recommend the implementation of the following headers to aid in strengthening user protection within modern browsers: 1. X-Frame-Options 2. X-Xss-Protection 3. Strict-Transport-Security 4. X-Content-Length 5. Content-Security-Policy -Server Fingerprinting: The application responses expose information about the server. This will help the threat actor to find known vulnerabilities. Recommendation: Any information that could indicate the back-end technologies should be removed or modified. Please disable "Server" in response headers. -Missing HTTP Only and Secure Flags The application uses several cookies missing one or more cookie security flags such as HTTP only and secure. Cookie flags must be set appropriately to avoid compromise of user session cookies. Recommendation: Ensure that cookies have only HTTP and secure, flags set. kindly we need step by step guide to fix the above issues654Views1like0CommentsDuplicate PowerBI report including its Row Level Security
I have a PowerBI report published to the PBI Report Server with Row Level Security configured on the report. It works perfectly. I would like to know how to duplicate this report including its Row Level Security settings. So far, the only way I can see to duplicate a report is to download it (or edit it in PowerBi Desktop) and then upload/save it to the server. But in this scenario, Row Level Security settings are, of course, lost. How can I duplicate the report and retain all RLS settings? Thanks.1KViews0likes1CommentPower BI Reporting server:- Access data relevant to windows user/AD login
Hi All, I would be using a SQL Server table which has all the necessary measures along with dimensions( it also has a column that says which windows login user id it belongs to). Now I need to pull this in PBIRS and display rows based on this column(windows_login user) How do I achieve this in PBIRS? Is this is what RLS is about? Can I not implement it at PBIRS level? TableA: Sales Department Login 100 cccc abc\dmn 60 ddd xyz\dmn 30 cccc abc\dmn So, when abc logins into PBIRS he should see 2 rows(130-Total sales) from Table A.886Views0likes0Comments