Hi, we're looking at using the OAuth client creden...
# ory-network
b
Hi, we're looking at using the OAuth client credential grant for M2M authentication. Is there a way to rotate the client secret of an OAuth client in Hydra/Ory Network? I found this thread from a while ago which would imply it's not currently supported : https://github.com/ory/hydra/discussions/3005
m
Yes you can rotate the secret, bot in Ory Network and Ory Hydra self-hosted. screenshot how it looks in Ory Network attached
b
Is there a way to automate this/do it through the API?
m
Hm I think not. But you can automate it through the CLI, see https://www.ory.sh/docs/guides/gitops
gratitude thank you 1