diff --git a/scripts/refresh.py b/scripts/refresh.py index cf28a69c..8e0b9313 100644 --- a/scripts/refresh.py +++ b/scripts/refresh.py @@ -34,7 +34,7 @@ "grant_type": "client_credentials", "username": "not_needed", "password": "not_needed", - "scope": "openid profile email iam groups", + "scope": "openid profile email iam groups groups:intw", "aud": audience } r = requests.post(iam_server+"token", data=request_data)