Forum Discussion

jarek_blaszczyk's avatar
jarek_blaszczyk
Regular Visitor
8 years ago
Solved

RLS doesn't work with identities from embed token (don't filter the report data)

Hi, I use Power BI Embedded for display the report in the web application. I receive correct embed token passing in the request body identities, like (values are just examples) { "accessLevel": "...
  • jarek_blaszczyk's avatar
    jarek_blaszczyk
    8 years ago

    Solved!
    The issue was tha bad key in post json: "identitites" instead of "identities".
    That bug was difficult to be discovered as the request gave back the correct response with the report token. But in the request body was taken only accessLevel and identities part has been ignored.