Support for Confidential apps with user scopes (authorization code flow)
Hi is it possible for the cli to authenticate with Orchestrator via the Confidential apps with user scopes (authorization code flow) ?
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?
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
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_
Thanks everything is working fine now.