AtlasPublicPolicy / power-bi-embedded

Use Power BI Embedded to embed dashboards, reports, report visuals, Q&A, and tiles in your WordPress website.
GNU General Public License v3.0
48 stars 35 forks source link

RLS + PowerBi embedded #26

Open rn2web opened 3 years ago

rn2web commented 3 years ago

Hello, thank you so much for this fantastic plugin. how can we use RLS with this plugin? (Apps owns data ) I need to restrict the content by user, it is an intranet portal.

I leave my suggestion: When a user logs in to wordpress, the username or email will be captured by the plugin and generate the token with RLS.

Ex:

{ "accessLevel": "View", "allowSaveAs": "false", "identities": [{ "username": "useremail@email.com", "roles": ["DYNAMIC_RLS"], "datasets": ["f1878c57-1046-4f07-a96a-05e970a85f6d"] }] }

npnigro commented 3 years ago

Apologies for the delay here. We are not supporting RLS at this time.