Flask-AppBuilder icon indicating copy to clipboard operation
Flask-AppBuilder copied to clipboard

Log out issue with OAuth 2

Open masayyed opened this issue 2 years ago • 1 comments

Environment

Flask-Appbuilder version: 4.3.1

I have successfully configured a set of applications, including Superset, to work seamlessly with Keycloak OAuth 2 for authentication. The login functionality for these applications is operating smoothly. Specifically, when I attempt to log in to any of these applications, Superset grants access without requiring a login page.

Nevertheless, an issue arises when I attempt to log out of any single application within this set. While all the other applications log out as expected, Superset fails to log out. It's important to note that Superset still maintains a valid local session even after logout attempts from the other applications have been made.

masayyed avatar Sep 03 '23 12:09 masayyed