When private_key_jwt option is selected as Authentication Method in "Client authentication mechanism" section, the new select box "Authentication Signing Algorithm" appears on a page with list of algorithms.
The selected value is sent to Hydra /clients endpoint as authSigningAlgs property, which does not exist in OAuth2Client schema. The request is 201, but the field is not present in the response.
I believe the property name in the payload should be token_endpoint_auth_signing_alg instead.
Preflight checklist
Ory Network Project
https://serene-engelbart-4fo4ru61cd.projects.oryapis.com
Describe the bug
When
private_key_jwt
option is selected as Authentication Method in "Client authentication mechanism" section, the new select box "Authentication Signing Algorithm" appears on a page with list of algorithms.The selected value is sent to Hydra /clients endpoint as
authSigningAlgs
property, which does not exist in OAuth2Client schema. The request is 201, but the field is not present in the response. I believe the property name in the payload should betoken_endpoint_auth_signing_alg
instead.Reproducing the bug
Relevant log output
No response
Relevant configuration
No response
Version
Ory Network
On which operating system are you observing this issue?
Ory Network
In which environment are you deploying?
Ory Network
Additional Context
Screenshot of relevant form section: