Skip to content

Commit

Permalink
Enable login for both tunnistamo and keycloak
Browse files Browse the repository at this point in the history
Refs: PV-881 PV-874
  • Loading branch information
tonipel committed Dec 3, 2024
1 parent 3d1122c commit 1f90c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
OPEN_CITY_PROFILE_GRAPHQL_API=(str, "https://profile-api.test.hel.ninja/graphql/"),
TOKEN_AUTH_ACCEPTED_AUDIENCE=(list, []),
TOKEN_AUTH_ACCEPTED_SCOPE_PREFIX=(list, []),
TOKEN_AUTH_AUTHSERVER_URL=(str, ""),
TOKEN_AUTH_AUTHSERVER_URL=(list, []),
TOKEN_AUTH_REQUIRE_SCOPE_PREFIX=(str, ""),
TOKEN_AUTH_API_AUTHORIZATION_FIELD=(str, ""),
TOKEN_AUTH_API_AUTHORIZATION_FIELD=(list, []),
HELUSERS_BACK_CHANNEL_LOGOUT_ENABLED=(bool, False),
HELUSERS_USER_MIGRATE_ENABLED=(bool, False),
GDPR_API_QUERY_SCOPE=(str, ""),
Expand Down

0 comments on commit 1f90c12

Please sign in to comment.