Row level permissions on Metabase embedded

Hello all,

I would like to know if there is any way to apply row level permissions on Metabase embedded. My cenario basically is that i need to limit the visualization of some rows for the user that is logged in our Analytics system using Metabase embedded.

Is there any way i could do this?

Thanks in advance.
Kadu.

Hi @kadu

When using Signed Embedding, then there's no user authentication. The authentication is done by you in the JWT payload, but it doesn't know which user it is.

You would have include Locked parameters in your payload, so you can restrict the data.
https://www.metabase.com/docs/latest/administration-guide/13-embedding.html#embedding-charts-and-dashboards-with-locked-parameters

If you want to use Sandboxing automatically, then FullApp embedding provides that:
https://www.metabase.com/docs/latest/enterprise-guide/full-app-embedding.html

Hi @flamber,

thank you very much for your help, I really appreciate... our team is already taking a look at your instructions and i believe that will achieve what we need.

Regards,
Kadu.