Skip to content
Snippets Groups Projects
Unverified Commit d27cf2a8 authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

fix aka (#37447)

parent b031bf61
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ redirect_from:
# Static embedding
Also known as: static embedding.
Also known as: standalone embedding, or signed embedding.
In general, embedding works by displaying a Metabase URL inside an iframe in your website. A **static embed** (or signed embed) is an iframe that's loading a Metabase URL secured with a signed JSON Web Token (JWT). Metabase will only load the URL if the request supplies a JWT signed with the secret shared between your app and your Metabase. The JWT also includes a reference to the resource to load, e.g., the dashboard ID, and any values for locked parameters.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment