GitHub user dosubot[bot] added a comment to the discussion: ### Bug: SSO Logout Not Working with Keycloak + Iframe Embedded Superset
<!-- Answer --> The logout URL for Superset is typically /logout/ (for example, https://superset.dalweb/logout/ if reverse proxied at that path). You do not need to provide any credentials or parameters in the request body—logging out is handled entirely via the user's session cookie. Simply making a GET request to the logout URL in the context of the user's session will log them out of Superset. No additional data is required in the request body or as URL parameters. [Reference](https://github.com/apache/superset/blob/20519158d2ab6325f7564b16615a99fe0ebe7a38/superset/views/base.py) <!-- Dosu Comment Footer --> *To reply, just mention my name [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/85f975b0-54ac-43c8-8e33-eff74777f65c?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/85f975b0-54ac-43c8-8e33-eff74777f65c?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/85f975b0-54ac-43c8-8e33-eff74777f65c?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/85f975b0-54ac-43c8-8e33-eff74777f65c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/85f975b0-54ac-43c8-8e33-eff74777f65c?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/85f975b0-54ac-43c8-8e33-eff74777f65c?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/85f975b0-54ac-43c8-8e33-eff74777f65c?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/33685) GitHub link: https://github.com/apache/superset/discussions/33685#discussioncomment-13364767 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
