ory / hydra-maester

Kuberenetes CRD Controller for Ory Hydra. :warning: Maintained by the community, not an official Ory project!
Apache License 2.0
33 stars 38 forks source link

Oauth2 clients registered in Hydra miss`redirect_uris` #60

Closed jakkab closed 3 years ago

jakkab commented 4 years ago

Expected behaviour:

Oauth2 clients registered in Hydra have the same values as their corresponding CRs.

Actual behaviour:

The redirect_uris field is always empty.

Steps to reproduce:

  1. Apply a custom resource with some RedirectURIs
  2. Inspect the registered client through Hydra API (/clients endpoint)
maciej-kapusta commented 3 years ago

If you use redirectUris instead of redirect_uris it should work. I had similar issue with post_logout_redirect_uris.

aeneasr commented 3 years ago

Thanks, that seems like an appropriate resolution!