GitHub user fti-pdaspute created a discussion: How to securely embed individual filtered charts without dashboards in Superset 5.x?
Hello Superset team, We are upgrading from Superset 2.0.1 to 5.0.0 and facing an architectural limitation regarding chart embedding. ### Previous behavior (2.0.1) We were generating chart permalinks using: ``` /superset/explore/p/<key> ``` These links allowed us to embed **individual filtered charts in iframes** without requiring users to log into Superset. ### Current behavior (5.0.0) Now: * Permalinks require authentication * Guest tokens only work for dashboards * `/embedded` does not support individual charts * `/explore` ignores native filter context * Chart cannot render in iframe without login This appears to be an intentional security change. --- ### Our use case We have an external application that: * shows a limited set of charts (not full dashboards) * dynamically applies filters per user * should not expose Superset login UI --- ### What we want to know What is the recommended architecture in Superset 5.x to: **Render individual filtered charts externally without requiring Superset login?** Is the intended approach: 1. Only embed dashboards via guest tokens 2. Fetch `/api/v1/chart/data` and render charts manually 3. Some other supported pattern? We want to align with Superset’s intended design rather than relying on deprecated behavior. Thanks! GitHub link: https://github.com/apache/superset/discussions/38034 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
