ory / network

Ory runs a global end-to-end security infrastructure for humans, robots, and servers. We build and use open source software.
Apache License 2.0
81 stars 6 forks source link

Ory CLI client create does not have `post_logout_redirect_uris` flag #337

Open Benehiko opened 1 year ago

Benehiko commented 1 year ago

Preflight checklist

Ory Network Project

No response

Describe the bug

Cannot setup a new OAuth2 client with a post_logout_redirect_uris.

https://www.ory.sh/docs/cli/ory-create-oauth2-client https://www.ory.sh/docs/cli/ory-update-oauth2-client

The API shows this can be done https://www.ory.sh/docs/reference/api#tag/oAuth2/operation/createOAuth2Client

Patching the client would most likely be the same problem. https://www.ory.sh/docs/reference/api#tag/oAuth2/operation/patchOAuth2Client

See this part of the Hydra code base https://github.com/ory/hydra/blob/master/cmd/cmd_create_client.go#L19-L47

Reproducing the bug

Attempt to create a client with the Ory CLI. No option is provided to add the post_logout_redirect_uris

Relevant log output

No response

Relevant configuration

No response

Version

latest

On which operating system are you observing this issue?

None

In which environment are you deploying?

Ory Network

Additional Context

No response

rdelgatte commented 1 year ago

I've been experiencing the same troubles configuring post_logout_redirect_uris, did you make any progress regarding this issue? Is there any way I can help contributing?