aboutsummaryrefslogtreecommitdiffstats
path: root/manager/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'manager/settings.py')
-rw-r--r--manager/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/manager/settings.py b/manager/settings.py
index 358b0b7..b922de7 100644
--- a/manager/settings.py
+++ b/manager/settings.py
@@ -79,6 +79,7 @@ AUTHLIB_OAUTH_CLIENTS = {
'refresh_token_url': None,
'authorize_url': 'https://demo.hitobito.com/oauth/authorize',
'authorize_params': None,
+ 'api_url': "https://demo.hitobito.com/oauth/profile",
'client_kwargs': {"grant_type": "authorization_code", "scope": "with_roles"},
}
}