Unable to embed superset dashboard in an iframe from an angular application #18313
Unanswered
HariniPuppala
asked this question in
Q&A / Help
Replies: 3 comments
-
I am also getting the same error after upgrading superset from 1.1.0. to 1.2.0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@HariniPuppala @srikark16 Any solution for the error, Also other than iFrame is there any client JS for integrating Dashboard ? @junlincc |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also related to #16718. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to integrate superset dashboard into an angular based web application by embedding superset dashboard in an iframe.
I did the following setup:
Configured LDAP Authentication in superset.
Enabled a Custom Security Manager to authenticate based on a jwt-token. The jwt-token is decoded and the credentials are validated as per the configured LDAP settings in the Custom Security manager.
The jwt-token based authentication is working as expected and I am able to redirect to the dashboards without the login page. But, the same is not working when passed in an iframe.
Getting the below error in iframe:

There is this warning message in superset log:
WARNING:root:Class 'werkzeug.local.LocalProxy' is not mapped
Can anyone please help on this. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions