JanssenProject / JanssenProject/jans
FEAT: More specific client registration error message
Open
@yuriyzz is already working on this.
Since Mar 11, 2026.
enhancement
- Dominant language
- Java
- Stars
- 648
- Forks
- 174
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 110
Description
```
{
"error": "invalid_client_metadata",
"error_description": "The value of one of the Client Metadata fields is invalid and the server has rejected this request. Note that an Authorization Server MAY choose to substitute a valid value for any requested parameter of a Client's Metadata."
}
```
Not sure if this is still the message, but it would be nice to say what field is missing, and why the field was invalid. It should also say if a field was missing (like `redirect_uris`)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.