diff --git a/onlineweb4/settings/base.py b/onlineweb4/settings/base.py index 3282c907d..6ae40953e 100644 --- a/onlineweb4/settings/base.py +++ b/onlineweb4/settings/base.py @@ -150,4 +150,4 @@ def get_stats_file() -> str: OIDC_OP_LOGOUT_URL_METHOD = "apps.authentication.backends.provider_logout" # we need it for logout OIDC_STORE_ID_TOKEN = True -OIDC_RP_SCOPES = "openid email profile" +OIDC_RP_SCOPES = "openid email profile offline_access"