Open Benehiko opened 1 year ago
No response
Cannot setup a new OAuth2 client with a post_logout_redirect_uris.
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
Attempt to create a client with the Ory CLI. No option is provided to add the post_logout_redirect_uris
latest
None
Ory Network
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?
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