I am currently working with Apache Superset to create charts. I am looking to embed these charts in my Angular 7 application using an iframe.
One major problem I encountered is an authentication failure with the following error message: Refused to display '' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
What is the best way to integrate Apache Superset Charts into my application without running into these authentication errors?