Hi Ory Team! I have a question regarding the OAuth...
# talk-hydra
b
Hi Ory Team! I have a question regarding the OAuth client
metadata
property in Hydra. The property description states:
Store custom data on this client. The metadata field is visible publicly when performing various OAuth2 flows.
Can you please elaborate how exactly the metadata would be exposed publicly? There is the
GET /admin/clients/<client_id>
endpoint in the API, but that one is an admin (private) endpoint. Is there any other way how one could access the client info only knowing the
client_id
?