Support additional metadata fields like logo_uri, client_uri, policy_uri, etc. #151
Open
5 tasks done
Labels
feat
New feature or request.
Preflight checklist
Ory Network Project
No response
Describe your problem
The Hydra endpoint to create OAuth2 clients currently supports some more properties as covered by hydra-maester CRDs. Therefore, clients with metadata attributes such as
logo_uri
,contacts
orpolicy_uri
cannot be created.Describe your ideal solution
Ideally, the CRDs cover all fields that are provided by the API endpoint.
A quick check of OAuth2ClientJSON and the Hydra OpenAPI spec shows that the following fields are missing:
Idk if it really makes sense to cover all fields (e.g. created_at, updated_at) but it would be definitely helpful to cover the missing metadata fields (e.g. logo_uri, policy_uri, tos_uri, contacts).
Workarounds or alternatives
Currently I'm creating the clients without the mentioned fields.
Version
0.0.34-arm64
Additional Context
If there is an idea which fields should be covered, I can take care of the implementation
The text was updated successfully, but these errors were encountered: