From 2dcd9b937d5c15fe36cfec05964c84044ef8a158 Mon Sep 17 00:00:00 2001 From: Mathias Gebbe Date: Wed, 25 Feb 2026 22:51:11 +0100 Subject: [PATCH] docs(example): modify comment for client_credentials Signed-off-by: Mathias Gebbe --- examples/config-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/config-dev.yaml b/examples/config-dev.yaml index 0d23ce93..9c25b735 100644 --- a/examples/config-dev.yaml +++ b/examples/config-dev.yaml @@ -104,7 +104,7 @@ telemetry: # grantTypes determines the allowed set of authorization flows. # grantTypes: # - "authorization_code" -# - "client_credentials" # M2M auth, not included in defaults +# - "client_credentials" # - "refresh_token" # - "implicit" # - "password"