Reputation: 21
I have been using superset. I want to bypass the login page. To do so I did the following in a js file
I have tried to open the dashboard url and I am getting login page eventhough I already hit login API to get the tokens. I want to know is there any way or build in API in superset to open the superset dashboard bypassing the login page.
Upvotes: 1
Views: 1190
Reputation: 21
Thank you for your support. I have implemented SSO in superset. I have done the following things hope it might be helpful for others.
I have followed this link https://github.com/dpgaspar/Flask-AppBuilder/blob/master/flask_appbuilder/security/manager.py.
Upvotes: 1