Field "Authentication Signing Algorithm" sent as authSigningAlgs
instead of token_endpoint_auth_signing_alg
on Create OAuth2 Client page
#367
Labels
bug
Something is not working.
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 be
token_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:
The text was updated successfully, but these errors were encountered: