aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn2/wqflask/oauth2/client.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gn2/wqflask/oauth2/client.py b/gn2/wqflask/oauth2/client.py
index 3ee1c36f..a7b0099c 100644
--- a/gn2/wqflask/oauth2/client.py
+++ b/gn2/wqflask/oauth2/client.py
@@ -17,8 +17,7 @@ from authlib.integrations.requests_client import OAuth2Session
from gn2.wqflask.oauth2 import session
from gn2.wqflask.external_errors import ExternalRequestError
-SCOPE = ("profile group role resource register-client user masquerade "
- "introspect migrate-data")
+SCOPE = ("profile group role resource user masquerade introspect")
def authserver_uri():
"""Return URI to authorisation server."""