From b09f7da08d0404d6bf51313542566878ab68de5b Mon Sep 17 00:00:00 2001 From: vermaas <vermaas@astron.nl> Date: Tue, 7 Feb 2023 13:29:18 +0100 Subject: [PATCH] remove a setting --- atdb/atdb/settings/docker_sdc.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/atdb/atdb/settings/docker_sdc.py b/atdb/atdb/settings/docker_sdc.py index 06183bc5..b77b63ac 100644 --- a/atdb/atdb/settings/docker_sdc.py +++ b/atdb/atdb/settings/docker_sdc.py @@ -36,11 +36,3 @@ DATABASES = { # https://docs.djangoproject.com/en/1.10/ref/settings/#auth-password-validators AUTH_PASSWORD_VALIDATORS = [] - -SOCIALACCOUNT_PROVIDERS = { - 'keycloak': { - 'KEYCLOAK_URL': 'https://keycloak.astron.nl/auth', # replace by https://keycloak.astron.nl/auth for production - 'KEYCLOAK_REALM': 'SDC', # change this depending on which realm to use - 'SCOPE': ['openid', 'profile', 'email'] - } -} -- GitLab