pfinnerty commented on issue #19884:
URL: https://github.com/apache/superset/issues/19884#issuecomment-1118721055

   I was linking directly to a dashboard from a separate service. So, it was 
not hitting the `/login` endpoint first. 
   
   To get around that, I am linking to the dashboard with a URL like this:
   
   
`https://superset/.${TLD}/login/?next=https%3A%2F%2Fsuperset.${TLD}%2Fsuperset%2Fdashboard%2F${DASHBOARD_NAME}%2F`
 
   
   so it is hitting the `/login` endpoint first and than being redirected to 
the dashboard I wanted to link to.  I handle the redirect in the `/login` 
endpoint code.


-- 
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