From 1d9795daa6578a6963ecb43aa86373d4e42f2aac Mon Sep 17 00:00:00 2001 From: Ed Craig-Wood <138211970+edc-w@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:06:57 +0100 Subject: [PATCH] docs: client-credentials is not support by all backends --- lib/oauthutil/oauthutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oauthutil/oauthutil.go b/lib/oauthutil/oauthutil.go index e2cbc8837..a44ae8028 100644 --- a/lib/oauthutil/oauthutil.go +++ b/lib/oauthutil/oauthutil.go @@ -155,7 +155,7 @@ var SharedOptions = []fs.Option{{ }, { Name: config.ConfigClientCredentials, Default: false, - Help: "Use client credentials OAuth flow.\n\nThis will use the OAUTH2 client Credentials Flow as described in RFC 6749.", + Help: "Use client credentials OAuth flow.\n\nThis will use the OAUTH2 client Credentials Flow as described in RFC 6749.\n\nNote that this option is NOT supported by all backends.", Advanced: true, }}