OAuth client configuration overrides
Closed this issue · 2 comments
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- 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
https://console.ory.sh/projects/2442da72-e704-42cc-a8a6-c633faa2096e
Describe the bug
I noticed that when updating an oauth-client from the console, it overrides some parameters I've been setting through the CLI/HTTP API (e.g. post_logout_redirect_uris
which is not configurable in the UI btw). Is this intended (I guess it should not)?
Reproducing the bug
- Configure an oauth-client with the CLI or HTTP API and add a
post_logout_redirect_uris
- In the console, update the oauth-client name and save
- Fetch the current configuration with the CLI:
ory get oauth2-client $OAUTH_CLIENT_ID --project $PROJECT_SLUG --format json-pretty
=>post_logout_redirect_uris
is empty/not defined
This may apply to other parameters as well (those that are not configurable through the UI I guess).
Relevant log output
No response
Relevant configuration
No response
Version
https://console.ory.sh + Ory CLI 0.3.1
On which operating system are you observing this issue?
Ory Network
In which environment are you deploying?
Ory Network
Additional Context
No response
Here is the issue about not having this post_logout_redirect_uris
editable from the console (both may be related): #313
I tried again this morning and looks like the bug is no more (OR I somehow misread the result).
I'll close the issue but still the fact having post_logout_redirect_uris
editable from the console would be great.