diff --git a/README.md b/README.md index bf28e69ed0b897c15a708c6ff467ebc4fc5f300b..2832e81e09b3a14ae19751433a73a346cf7b2073 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.