zs-err commented on issue #23485:
URL: https://github.com/apache/superset/issues/23485#issuecomment-1533131176

   I am not using embedded SDK because in my production it will not be allowed.
   
   I'm trying to find best solution on using iframes for both the dashboard and 
charts. And how to integrate them inside angular application.
   
   I'm trying to find solution how to do authentication in those and I'm not 
finding some. What I want is 3 things:
   
   1. Access charts without user needing to log in to apache superset. I don't 
know how to make the chart itself public
   2. Use custom authentication for dashboard so that user doesn't need to log 
in into dashboard if he is already logged in into my site. What I've seen this 
is not possbile?
   3. Can I use the chart API to get the emphasized part of this url 
`http://localhost:8088/superset/explore/p/**_vxmXWAx1RA9_**/?standalone=1&height=400`.
 I want that part (the vxmXWAx1RA9 part) so I can dinamically add/remove 
embedeed charts without having to rebuild the whole frontend page. But I 
couldn't find that info on swagger?
   
   IF this is out of scope for this issue I can create a new one or a new 
discussion


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to