Embedding metabase in another web application still shows the metabase URL in Inspect

Hi,

I am trying to embed a metabase dashboard into an application. However, the metabase URLs are still visible under ‘Inspect’. And the URLs are visible there are accessible by anyone even when I have made it embeddable & not public. Could someone help here

Hi @Arushii
Yes, it creates a token which is accessible, but you define the expiration (exp) of the token. I would recommend that you read this:
https://www.metabase.com/docs/latest/administration-guide/13-embedding.html
And check out the examples:
https://github.com/metabase/embedding-reference-apps

If you’re looking for Full App embedding with drill-through, then that is only available in the Enterprise Edition:
https://www.metabase.com/blog/embedding/index.html