Skip to content
Snippets Groups Projects
Unverified Commit 96a8384e authored by Natalie's avatar Natalie Committed by GitHub
Browse files

docs - update embedding comparison (#28276)

parent ce64e033
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ If you'd like to share your data with the good people of the internet, you can c
| Restrict data with [sandboxes](../permissions/data-sandboxes.md) | ✅ | ❌ | ❌ |
| Drill-down using the [action menu](https://www.metabase.com/learn/questions/drill-through) | ✅ | ❌ | ❌ |
| Self-serve via [query builder](https://www.metabase.com/glossary/query_builder) | ✅ | ❌ | ❌ |
| View usage of embeds with [auditing tools](../usage-and-performance-tools/audit.md) | ✅ | ❌ | ❌ |
## Further reading
......
......@@ -8,7 +8,7 @@ Also known as: standalone embedding.
In general, embedding works by displaying a Metabase URL inside an iframe on your website. A **signed embed** (or standalone embed) is an iframe that's secured with a signed JSON Web Token (JWT). The signed JWT will prevent website visitors from poking around in your Metabase through the iframe.
Signed embeds can't be combined with [data sandboxes](../permissions/data-sandboxes.md) because signed JWTs don't create user sessions (server-side sessions).
Signed embeds can't be used with [data sandboxes](../permissions/data-sandboxes.md) or [auditing tools](../usage-and-performance-tools/audit.md) because signed JWTs don't create user sessions (server-side sessions).
To restrict data in signed embeds for specific people or groups, set up [locked parameters](./signed-embedding-parameters.md#restricting-data-in-a-signed-embed) instead.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment