From 71673781e8acdd489c81ba3d5b611e73f72402b0 Mon Sep 17 00:00:00 2001 From: vermaas <vermaas@astron.nl> Date: Tue, 7 Feb 2023 09:04:00 +0100 Subject: [PATCH] change in readme --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index bf28e69e..2832e81e 100644 --- a/README.md +++ b/README.md @@ -108,26 +108,8 @@ This is the procedure for that. (this should say 'No changes detected', but do this step anyway as a check) > docker exec -it atdb-ldv python manage.py migrate --settings atdb.settings.docker_sdc - #### Integrating Astronauth See the integration instructions in the [astronauth repo](https://git.astron.nl/astron-sdc/astronauth) -After this the following considerations apply: - -* Log into the Django admin interface -* Make sure the Sites contains an entry -In the Social Accounts section, click add on Social applications and use the following settings - - -Provider => Keycloak - - -Name => Keycloak (could be anything) - -Client id => The Client ID configured in your Keycloak Realm. - -Secret => The Secret key provided by the Keycloak Realm in the Credentials tab - -Sites => Make sure the site is added, otherwise you will run into No providers available errors. -- GitLab