elegant-toddler-67101
07/26/2023, 3:30 PM~/.flyte/config.yaml
admin:
endpoint: dns:///flyte.my.domain
authType: ClientSecret
clientId: xxx
clientSecretEnvVar: FLYTE_CLIENT_SECRET
when running it locally, it works just fine.
when running it from a python code, we got the following issue:
ERROR:root:Status Code (400) received from IDP: {"error":"invalid_scope","error_description":"One or more scopes are not configured for the authorization server resource."}
we use Okta and I see in the logs this error: (attached the image). but there’s no difference in the scopes in each request… so I wonder what’s the issue…
Thanks in advancedtall-lock-23197
elegant-toddler-67101
07/27/2023, 8:20 AM