loud-kangaroo-3824
11/20/2023, 4:40 PMid
? 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