gathering / unicorn-backend

Backend/API for UNICORN
https://competitions.gathering.org
MIT License
2 stars 1 forks source link

Add support for back-channel logout to keycloak providers #23

Closed eriktm closed 1 year ago

eriktm commented 2 years ago

Proposed Functionality

Trigger a back-channel logout call to keycloak providers when users are logging out.

Use Case

Users are logged out of keycloak when logging out, to make sure they are not immediately logged in again when clicking login after logging out.

Database Changes

None

External Dependencies

Relevant keycloak docs: https://www.keycloak.org/docs/latest/server_admin/#backchannel-logout Not supported upstream: https://github.com/python-social-auth/social-app-django/issues/159