uipathcli icon indicating copy to clipboard operation
uipathcli copied to clipboard

Support for Confidential apps with user scopes (authorization code flow)

Open thongmap opened this issue 9 months ago • 4 comments

Hi is it possible for the cli to authenticate with Orchestrator via the Confidential apps with user scopes (authorization code flow) ?

thongmap avatar May 07 '25 16:05 thongmap

Support for confidential apps in the authorization code flow was added in PR . Could you please try out release v2.0.39 and let me know what you think?

thschmitt avatar May 10 '25 13:05 thschmitt

Thanks for the quick update @thschmitt , I have tried and it's working as expected although i would like to have a config where i can input the identity uri besides from using the flag --identity-uri

thongmap avatar May 12 '25 02:05 thongmap

You should be able to either set the environment variable UIPATH_IDENTITY_URI or add the auth.uri property in the config file, e.g.

profiles:
- name: default
  organization: <your-org>
  tenant: defaulttenant
  auth:
    uri: https://<your-server>/identity_

thschmitt avatar May 12 '25 15:05 thschmitt

Thanks everything is working fine now.

thongmap avatar May 13 '25 02:05 thongmap