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

Hydra: Setting oauth client redirect URI deletes client name and vice versa #264

Open
5 of 6 tasks
titustangible opened this issue Nov 10, 2022 · 0 comments
Open
5 of 6 tasks
Labels
bug Something is not working.

Comments

@titustangible
Copy link

Preflight checklist

Describe the bug

When updating the redirect URI(s) of an OAuth2 client using Ory CLI in the Ory Network, its client name (and possibly other values as well) get emptied.

The exact same thing happens when updating the client name without mentioning the redirect URI.
I don't recall reading this in the docs; whether documented or not, this feels like a bug

Reproducing the bug

Commands tested:

 ory --project $project_id update oauth2-client $oauth2_client_id --name="Tangible Passport"

OAuth2 client now no longer has Redirect URIs.

 ory --project $project_id update oauth2-client $oauth2_client_id --redirect-uri="http://test-local.test,https://test.us.reclaim.cloud"

OAuth2 client now no longer has a Client Name.

Results verified both in shell and Ory Network / Ory Cloud.
Tested with Powershell and Mingw

Relevant log output

No response

Relevant configuration

No response

Version

v0.1.47

On which operating system are you observing this issue?

Windows

In which environment are you deploying?

Ory Network

Additional Context

No response

@titustangible titustangible added the bug Something is not working. label Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working.
Projects
None yet
Development

No branches or pull requests

1 participant