From 7a9640ddca0bf4bd0f906142bca0f92870c01aa6 Mon Sep 17 00:00:00 2001 From: Simon J Date: Fri, 19 Jun 2026 22:10:45 +0200 Subject: [PATCH] Add pretix-oidc plugin for Keycloak SSO integration Enables OIDC authentication against Keycloak and automatic team assignment via claim-based rules (pretix_scanner, pretix_shop, pretix_admin). Co-Authored-By: Claude Sonnet 4.6 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a59e0bdf7..ef17c6238 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,8 @@ RUN pip3 install -U \ cd /pretix && \ PRETIX_DOCKER_BUILD=TRUE pip3 install \ -e ".[memcached]" \ - gunicorn django-extensions ipython && \ + gunicorn django-extensions ipython \ + pretix-oidc && \ rm -rf ~/.cache/pip RUN chmod +x /usr/local/bin/pretix && \