Skip to content
Snippets Groups Projects
Commit 17830f7c authored by Nico Vermaas's avatar Nico Vermaas
Browse files

Merge remote-tracking branch 'origin/astronauth' into astronauth

parents 890f6303 69bdd027
Branches
No related tags found
1 merge request!278Astronauth
Pipeline #43762 passed
...@@ -37,4 +37,10 @@ DATABASES = { ...@@ -37,4 +37,10 @@ DATABASES = {
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']
}
}
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
{% include 'taskdatabase/pagination.html' %} {% include 'taskdatabase/pagination.html' %}
</div> </div>
</div> </div>
<p class="footer"> Version 6 Februari 2023 - 14:00 <p class="footer"> Version 7 Februari 2023
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment