Ory Console: Errors in editing/ saving existing OAuth2 clients created using Ory REST API #393
Open
4 of 5 tasks
Labels
bug
Something is not working.
Preflight checklist
Ory Network Project
https://wizardly-ganguly-cuxppwjvrz.projects.oryapis.com
Describe the bug
I created OAuth2 clients using the Ory REST APIs successfully but I am facing issues when trying to edit the clients using Ory console. Even if I don't make any changes to an client and hit on
Save
, I see these two errors:I imagine this is because I am using a non-url string as audience that might be causing some validation errors internally. However, I am able to successfully set the audience as
dev-api
when using rest api/admin/clients
.So, the audience value should also work with Ory console.
I have set the value using rest api endpoints as :
"token_endpoint_auth_signing_alg": "RS256",
Again, I don't see any of these errors while using REST endpoints.
Reproducing the bug
Few ways to reproduce but lets do this:
/admin/clients
endpoint with this body:test client3
.Relevant log output
No response
Relevant configuration
No response
Version
latest I suppose
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
The text was updated successfully, but these errors were encountered: