Is it possible to create an oauth2 client in hydra...
# talk-hydra
m
Is it possible to create an oauth2 client in hydra with a pre-defined client id? For example, I'm able to specify the client's secret by passing a
--secret
flag to the
hydra create oauth2-client
command. But I'm not seeing any similar option for specifying client id. https://www.ory.sh/docs/hydra/cli/hydra-create-oauth2-client
m
Hello @most-river-7586 It is not possible out of the box, for performance reasons. In Ory Network we can create specific clientsIds for you, for example if you want to migrate existing clients. Same is possible when self-hosting by touching the db directly AFAIK.
Oh I see Daniel also answered, yea in the new future you will be able to specify the Id again
m
Thank you for the info!