Ory CLI client create does not have `post_logout_redirect_uris` flag
Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's Code of Conduct.
- [X] I have read and am following this repository's Contribution Guidelines.
- [ ] I have joined the Ory Community Slack.
- [ ] I am signed up to the Ory Security Patch Newsletter.
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
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?