diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2022-01-02 21:00:12 +0100 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2022-01-02 21:00:34 +0100 |
commit | 8c4cdc81f993bcf4d088d2356a45da8d883bdf01 (patch) | |
tree | 6f422b46f41eb55c04c856ed64129339d372fc4a /manager | |
parent | Merge branch 'master' into dev (diff) | |
download | scout-subs-8c4cdc81f993bcf4d088d2356a45da8d883bdf01.tar.gz scout-subs-8c4cdc81f993bcf4d088d2356a45da8d883bdf01.zip |
login/register with midata
Diffstat (limited to 'manager')
-rw-r--r-- | manager/settings.py | 1 |
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"}, } } |