Is it posssible to integrate superset with other web application?
Only through iframes at the moment. We're planning on releasing JavaScript components that leverage our backend in the future.
Hi ,
Thank you for giving me reply.
I am new to superset. Actually what i want is when i click a link in my application, it should redirect to superset and open dashboard page bypassing the login page in a separate window? can you please briefly explain or give me step wise instructions on how to do this.
My mail Id: govardhan.[email protected]
Thanks & Regards,
Govardhan
You can either set the datasource of the dashboard as "public" using the provided public
role, or set up some sort of automated authentication with something like a reverse proxy (using "remote user" authentication) that would have common authentication for both your applications. Or you can have the users authenticate in Superset within the iframe.
@mistercrunch is having a js component still on the roadmap?
Yes it is. Just delayed.
set up some sort of automated authentication with something like a reverse proxy (using "remote user" authentication) that would have common authentication for both your applications. Or you can have the users authenticate in Superset within the iframe.
@mistercrunch can you elaborate more on this. My application is embedding the iframes from superset, and it also create cookies and i want to use the same cookie for superset authentication as well. How can i achieve it?
Thanks
+1 really looking forward for the js component
any timelines for JS component release ?
People, actually there is an issue for this (and there is a timeline there): #3201
@akasranjan005 Did you found any solution for superset authentication. I am also searching for that. if you found any solution can you explain me.
Thanks
@B121119 you may find this useful , https://medium.com/@sairamkrish/apache-superset-custom-authentication-and-integrate-with-other-micro-services-8217956273c1 , we are also searching for some simpler authentication with other services using either API Key or JWT authentication
@sashank Thank you.. Is it for superset auto-login from other web app.
yeah that is the goal to achieve
Any update so far?
Any updates on this? And how to do the same for windows users..
This issue is closed - I don't think there are any updates coming. Unfortunately.
@mistercrunch hello! any update about this?...thank you!
Hello Friends,
This is kishore can anyone please tell me how to integrate or embedded React with Apache Superset.
Hello,
can anyone please help me out with how to integrate apache superset with the angular6 application?
Most helpful comment
Only through iframes at the moment. We're planning on releasing JavaScript components that leverage our backend in the future.