• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

UiPath / uipathcli / 14905875017
91%
main: 91%

Build:
Build:
LAST BUILD BRANCH: chore/update-readme
DEFAULT BRANCH: main
Ran 08 May 2025 11:57AM UTC
Jobs 1
Files 130
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 May 2025 11:49AM UTC coverage: 90.613% (+0.07%) from 90.539%
14905875017

push

github

thschmitt
Add support for user login flow using confidential applications

- Added support for user login flows uing the browser with
  confidential apps.

- Parsing the clientSecret from the auth config and passing it in
  the `POST /connect/token` request

- Extended the `uipath config --auth login` command to, optionally,
  ask for client secret

Example command:

```
uipath config --auth login

Enter organization [not set]: my-org
Enter tenant [not set]: my-tenant
Enter client id [not set]: 735db4d1-89d3-49c8-ad80-01c7ff871655
Enter client secret (only for confidential apps) [not set]: my-secret
Enter redirect uri [not set]: http://localhost:12700
Enter scopes [not set]: OR.Users
Successfully configured uipath CLI
```

Example config:

```
- name: default
  organization: my-org
  tenant: my-tenant
  auth:
    clientId: 735db4d1-89d3-49c8-ad80-01c7ff871655
    clientSecret: my-secret
    redirectUri: http://localhost:12700
    scopes: OR.Users
```

Implements https://github.com/UiPath/uipathcli/issues/192

214 of 231 new or added lines in 7 files covered. (92.64%)

2 existing lines in 2 files now uncovered.

6487 of 7159 relevant lines covered (90.61%)

1.02 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
74.74
0.27% auth/bearer_authenticator.go
6
86.96
-2.63% auth/oauth_authenticator.go
10
88.67
1.5% commandline/config_command_handler.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
74.74
0.27% auth/bearer_authenticator.go
1
88.67
1.5% commandline/config_command_handler.go
Jobs
ID Job ID Ran Files Coverage
1 14905875017.1 08 May 2025 11:57AM UTC 130
90.61
GitHub Action Run
Source Files on build 14905875017
  • Tree
  • List 130
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a94f3358 on github
  • Prev Build on main (#14884804138)
  • Next Build on feature/login-confidential-app (#14906409187)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc