Flask-AppBuilder
Flask-AppBuilder copied to clipboard
Log out issue with OAuth 2
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.