UiPath / uipathcli

Command line interface to simplify, script and automate API calls for UiPath services (preview)
MIT License
61 stars 5 forks source link

Windows authentication #119

Open michelebruniCAI opened 1 week ago

michelebruniCAI commented 1 week ago

Is possible to use WinAuth in Uipath CLI?

I try with User and password and i get an error:

Could not connect to Orchestrator: [...] , Tenant: [...], Username: [...], Password: ***, OrganizationUnit: [...], UseWindowsCredentials: False.

I try to read docs and help but i didn't find reference about how to set option "UseWindowsCredentials" to true

thschmitt commented 5 days ago

The uipathcli only supports the following ways to authorize with the UiPath services:

see https://github.com/UiPath/uipathcli#configuration

But from the message it looks like you might be using the CLI for executing certain pre-defined tasks for RPA package management and testing. You find more details here.