Can you suggest how can I configure OAuth2 authorization flow with Alteryx One Cloud? I have the authorize (https://pingauth.alteryxcloud.com/as/authorize) and refresh_tokenURL (https://pingauth.alteryxcloud.com/as/token), but can't find a way to configure redirect URI.
Alteryx One Cloud does not support the standard client_credentials flow that a lot of SaaS applications support but uses a half-baked refresh_token grant type which is actually the second step in the authorization flow model.