Skip to content

Commit d936620

Browse files
committed
cueweb ldap: add doc
1 parent 3c004e4 commit d936620

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cueweb/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ Go back to [Contents](#contents).
225225

226226
### Configuration
227227

228-
To enable Okta, Google or Github authentication, simply set the environment variable
229-
`NEXT_PUBLIC_AUTH_PROVIDER` to either `google`, `okta`,`github` or all of them combined seperated by comma
230-
(e.g. `google,okta,github`) along with the OAuth 2.0 secrets listed in `lib/auth.ts`.
228+
To enable Okta, Google, Github or LDAP authentication, simply set the environment variable
229+
`NEXT_PUBLIC_AUTH_PROVIDER` to either `google`, `okta`,`github`, `ldap`or all of them combined seperated by comma
230+
(e.g. `google,okta,github,ldap`) along with the OAuth 2.0 secrets listed in `lib/auth.ts`.
231231
For example, providing the `GOOGLE_CLIENT_ID`,
232232
`GOOGLE_CLIENT_SECRET` Google OAuth 2.0 environment variables and setting `NEXT_PUBLIC_AUTH_PROVIDER=google`
233233
will automatically enable google authentication. See `.env.example` on a list of environment variables to provide.

0 commit comments

Comments
 (0)