Skip to content
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

Add global parameter identity-uri #115

Merged
merged 1 commit into from
May 9, 2024
Merged

Add global parameter identity-uri #115

merged 1 commit into from
May 9, 2024

Conversation

thschmitt
Copy link
Collaborator

Added a new global parameter to override the identity server uri. This makes it easier to use the UiPath services with an external identity token provider. It was possible before to override the identity server uri by setting the UIPATH_IDENTITY_URI environment variable but not by providing a global CLI parameter.

Refactored the code so that the CLI parameter, config value and environment variable parsing is done in the command_builder like all the other parameters and removed the env variable parsing from the bearer authenticator.

Added a new global parameter to override the identity server uri. This
makes it easier to use the UiPath services with an external identity
token provider. It was possible before to override the identity server
uri by setting the UIPATH_IDENTITY_URI environment variable but not by
providing a global CLI parameter.

Refactored the code so that the CLI parameter, config value and
environment variable parsing is done in the command_builder like all the
other parameters and removed the env variable parsing from the bearer
authenticator.
@thschmitt thschmitt merged commit d2379a7 into main May 9, 2024
4 of 6 checks passed
@thschmitt thschmitt deleted the feature/identity-uri branch October 8, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants