We’re working on enabling our internal customers to start jobs in our cloud orchestrator. To test this, we set up an external app and confirmed that we can successfully run jobs using its credentials to obtain a token and trigger the job.
However, it looks like those credentials require admin access to generate the token. Our goal is to provide these credentials to customers so they can generate their own tokens and run jobs as needed—but giving them admin-level access is too permissive.
Is there a way to allow external app credentials to request an access token without needing admin privileges?
We tried that before the error message only states Failed to retrieve token: {“error”:“invalid_scope”}. As I add permission, it only worked when I add admin access.
But as per your comment I tried and now it worked without admin access today!