Skip to content

Commit 61c606b

Browse files
Apply suggestion from @alexandraoberaigner
Co-authored-by: alexandraoberaigner <[email protected]> Signed-off-by: Todd Baert <[email protected]>
1 parent e69ed08 commit 61c606b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/sync-configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,12 @@ sources:
144144
145145
The HTTP Configuration also supports OAuth that allows to securely fetch feature flag configurations from an HTTP endpoint
146146
that requires OAuth-based authentication.
147+
#### CLI-based OAuth Configuration
147148
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
148153
the `clientID`, `clientSecret`, and the `tokenURL` for the OAuth Server.
149154

150155
```sh

0 commit comments

Comments
 (0)