fix auth scopes capi -> capi auth

This commit is contained in:
norohind 2023-02-26 15:37:27 +03:00
parent e182cde7d1
commit e3b8c724e3
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -34,7 +34,7 @@ class CAPIAuthorizer:
redirect_user_to_fdev = f"{config.AUTH_URL}?" \ redirect_user_to_fdev = f"{config.AUTH_URL}?" \
f"audience=all&" \ f"audience=all&" \
f"scope=capi&" \ f"scope=auth%20capi&" \
f"response_type=code&" \ f"response_type=code&" \
f"client_id={config.CLIENT_ID}&" \ f"client_id={config.CLIENT_ID}&" \
f"code_challenge={code_challenge}&" \ f"code_challenge={code_challenge}&" \