From e3b8c724e3854fbc1d9804e4a76dc3b1bdf2d48c Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Sun, 26 Feb 2023 15:37:27 +0300 Subject: [PATCH] fix auth scopes capi -> capi auth --- capi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capi/__init__.py b/capi/__init__.py index aaf0e4f..a16f2ad 100644 --- a/capi/__init__.py +++ b/capi/__init__.py @@ -34,7 +34,7 @@ class CAPIAuthorizer: redirect_user_to_fdev = f"{config.AUTH_URL}?" \ f"audience=all&" \ - f"scope=capi&" \ + f"scope=auth%20capi&" \ f"response_type=code&" \ f"client_id={config.CLIENT_ID}&" \ f"code_challenge={code_challenge}&" \