From b3c62556a0b075b6647d68dce01d9504e1babbce Mon Sep 17 00:00:00 2001 From: Mathias Gebbe Date: Wed, 25 Feb 2026 13:03:41 +0100 Subject: [PATCH] docs: add clientCredentialsEnabled option to example config Signed-off-by: Mathias Gebbe --- examples/config-dev.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/config-dev.yaml b/examples/config-dev.yaml index 94a40bff..f4661847 100644 --- a/examples/config-dev.yaml +++ b/examples/config-dev.yaml @@ -121,6 +121,8 @@ telemetry: # alwaysShowLoginScreen: false # Uncomment the passwordConnector to use a specific connector for password grants # passwordConnector: local + # Uncomment to enable the client_credentials grant for machine-to-machine authentication +# clientCredentialsEnabled: true # Instead of reading from an external storage, use this list of clients. #