Consume a one-time login token
GET/api/v1/security/login-token/
Reached by navigating an iframe to this URL. Exchanges the token for a standard session cookie and redirects to next, so the frame holds an ordinary Superset session with the user's own roles and row-level security. The token is deleted on use.
Request
Responses
- 302
- 401
- 404
- 500
Session established; redirect to next
Unauthorized
Not found
Fatal error