We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69ed08 commit 61c606bCopy full SHA for 61c606b
docs/reference/sync-configuration.md
@@ -144,7 +144,12 @@ sources:
144
145
The HTTP Configuration also supports OAuth that allows to securely fetch feature flag configurations from an HTTP endpoint
146
that requires OAuth-based authentication.
147
+#### CLI-based OAuth Configuration
148
To enable OAuth, you need to update your Flagd configuration setting the `oauth` object which contains parameters to configure
149
+
150
+....
151
152
+#### File-based OAuth Configuration
153
the `clientID`, `clientSecret`, and the `tokenURL` for the OAuth Server.
154
155
```sh
0 commit comments