From da57ac8cb3daf5d14841c0c3b6d0261a49c69504 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Sat, 21 Jan 2023 03:16:05 +0300 Subject: auth: Fix saving of scope values. Add scope items. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index d55bd42..1c810a1 100644 --- a/main.py +++ b/main.py @@ -77,7 +77,7 @@ def init_dev_clients(): "default_redirect_uri": "http://localhost:5033/oauth2/code", "redirect_uris": ["http://localhost:5033/oauth2/code"], "response_type": "token", # choices: ["code", "token"] - "scope": ["profile", "resource", "register-client"] + "scope": ["profile", "group", "role", "resource", "register-client"] }), "user_id": "0ad1917c-57da-46dc-b79e-c81c91e5b928"},) -- cgit v1.2.3