Skip to content

Commit b064cc2

Browse files
authored
docs: client-credentials is not support by all backends
1 parent f8b50f8 commit b064cc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/oauthutil/oauthutil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ var SharedOptions = []fs.Option{{
155155
}, {
156156
Name: config.ConfigClientCredentials,
157157
Default: false,
158-
Help: "Use client credentials OAuth flow.\n\nThis will use the OAUTH2 client Credentials Flow as described in RFC 6749.",
158+
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.",
159159
Advanced: true,
160160
}}
161161

0 commit comments

Comments
 (0)