diff --git a/docker/local_settings_template.py b/docker/local_settings_template.py index b5f3e3db0..b1187fdab 100644 --- a/docker/local_settings_template.py +++ b/docker/local_settings_template.py @@ -243,8 +243,6 @@ -# Set the "SOCIAL_AUTH_LOGIN_REDIRECT_URL" to a page you want to redirect to after login -# SOCIAL_AUTH_LOGIN_REDIRECT_URL = 'https://relate.kbm.obmondo.com/social-auth/complete/keycloak/' # When registering your OAuth2 app (and consent screen) with Google, # specify the following authorized redirect URI: # https://sitename.edu/social-auth/complete/google-oauth2/ diff --git a/helm/relate/readme.md b/helm/relate/readme.md index e23b11d82..f3eeb4664 100644 --- a/helm/relate/readme.md +++ b/helm/relate/readme.md @@ -2,7 +2,7 @@ This Helm chart expects you to have the following Helm charts installed: - - https://opensource.zalando.com/postgres-operator/charts/postgres-operator/ + - https://cloudnative-pg.github.io/charts - https://github.com/bitnami/charts/tree/master/bitnami/rabbitmq-cluster-operator AND you need to have a working mail server to point it to. @@ -10,6 +10,10 @@ and currently no image is pushed to any dockerhub - so you need to do that - and point to it. +For additional configuration options for social authentication using Python, refer to these docs. These changes should be made in the ``local_settings_template.py`` file present in ``docker`` folder +- https://python-social-auth.readthedocs.io/en/latest/backends/keycloak.html +- https://python-social-auth.readthedocs.io/en/latest/configuration/settings.html#urls-options + # After installing After spinning up relate - you need to open a shell in the relate pod and run this to create your initial admin user: