Is there a way to create a client with a known `id...
# talk-hydra
l
Is there a way to create a client with a known
id
? For testing/development, we run Hydra locally and as part of spinning up the stack, we create a couple oauth2 clients, but one of our test clients wants to know the ID, which of course is not predictable with
hydra create oauth2-client
(nor can you patch it later via API since the path
/id
is explicitly denied with no way to update it). I can probably hack something together, but i'm curious if this path has been tread before