mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 05:24:22 -04:00
Add Google oauth variable: hostedDomain
Which is part of `passport-google-oauth2`. It could be used as whitelist to a domain supported by google oauth. Ref: https://github.com/jaredhanson/passport-google-oauth2/issues/3 Signed-off-by: ike <developer@ikewat.com>
This commit is contained in:
parent
b3d4cdbceb
commit
197223dc81
6 changed files with 9 additions and 5 deletions
|
@ -135,6 +135,7 @@ defaultNotePath can't be set from env-vars
|
|||
| -------- | ------------- | ----------- |
|
||||
| `CMD_GOOGLE_CLIENTID` | no example | Google API client id |
|
||||
| `CMD_GOOGLE_CLIENTSECRET` | no example | Google API client secret |
|
||||
| `CMD_GOOGLE_HOSTEDDOMAIN` | `example.com` | Provided only if the user belongs to a hosted domain. default is `undefined` |
|
||||
|
||||
|
||||
### LDAP Login
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue