mirror of
https://github.com/pretix/pretix.git
synced 2026-08-05 09:57:49 +00:00
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 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user