Adrian Jones

Results 2 comments of Adrian Jones

I've found that once moving to a server side session the session still isn't being fully deleted, but when I do session.clear() afterwards it cleans up properly and therefore logs...

If your talking about the session.clear() part it's just after the logout call for me. ``` oidc.logout() super(AuthOIDCView, self).logout() session.clear() ``` https://superset.apache.org/docs/configuration/configuring-superset/#keycloak-specific-configuration-using-flask-oidc