-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatilibity with Orchestrator on-prem v2023.10.6 #136
Comments
Yeah, 23.10 should work. Could you try out adding a e.g.
|
Bingo! It works like a charm. |
I'm having the same issue, but in my case using the We are running version 24.10.0
If i try the suggestion from @thschmitt , i get :
|
I tested with 24.10.* both on-prem and cloud. Both work okay. I propose to double check settings of Orchestrator and CLI client ("uipath config") |
But most likely you ran into a limitation where the application has too many scopes assigned and the identity server rejects generating an auth token. If you try to execute Could you try to create a new confidential application and only assign the |
Thank you, that was indeed the fix. We are planning to run much more with this cli tooling tho, is there anyway I can check which scopes are needed for my jobs to function seeing how adding all the scopes breaks the API? |
The scopes are documented for most APIs. You can either look at the help output for the command:
or you can also look at the online documentation: https://uipath.github.io/uipathcli/#/orchestrator/users/get Thank you for the feedback! We definitely need to improve the error messages and documentation for these permissions. |
Thanks! Those tips are useful :) |
Hi,
I am trying to connect with this tool to Orchestrator on-prem v2023.10.6
I set-up everything accordingly to use "Client Credentials" authentication method.
I set-up the external application scope according notes in issue #86.
Still I can't connect.
Config file looks like follows:
First I am getting "UnsupportedApiVersion" error.
After adding "--identity-uri" option I am getting just some garbage:
Is Orchestrator on-prem v2023.10.6 supported?
If yes, any idea what I am doing wrong?
Thx
Josef
P.S. I tested the same in Orchestrator cloud and it works indeed.
P.P.S. I tested the "uipath orchestrator users get" command wiht the "--debug" option and I can see that the URL of HTTP GET command is wrong (for my on-prem environment)
GET https://orchestrator.***.com/default/default/orchestrator_/odata/Users
as it contains organization and tenant and "orchestrator_"
Valid HTTP GET (for my on-prem environment) is without it
GET https://orchestrator.***.com/odata/Users
The text was updated successfully, but these errors were encountered: