summaryrefslogtreecommitdiff
path: root/docs/configuration-config-file.md
diff options
context:
space:
mode:
authorike2020-02-07 08:51:58 +0800
committerike2020-02-08 15:57:22 +0800
commit197223dc81267efb22a63872a42f839b2276e1b6 (patch)
treec7c5b23decb47bf90c941d3e525785e2a1a88cf2 /docs/configuration-config-file.md
parentb3d4cdbcebe1690bf5211d778ff6f8a0f9f5e518 (diff)
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>
Diffstat (limited to '')
-rw-r--r--docs/configuration-config-file.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration-config-file.md b/docs/configuration-config-file.md
index c1114549..9fe4554d 100644
--- a/docs/configuration-config-file.md
+++ b/docs/configuration-config-file.md
@@ -134,7 +134,7 @@ these are rarely used for various reasons.
| variables | example values | description |
| --------- | ------ | ----------- |
-| `google` | `{clientID: ..., clientSecret: ...}` | An object containing the client ID and the client secret obtained by the [Google API console](https://console.cloud.google.com/apis) |
+| `google` | `{clientID: ..., clientSecret: ..., hostedDomain: ...}` | An object containing the client ID and the client secret obtained by the [Google API console](https://console.cloud.google.com/apis) |
### LDAP Login