From cdc3a18f2d7b9166b8ff5ddfd74d435d637abeb0 Mon Sep 17 00:00:00 2001 From: James Batt Date: Sun, 8 Mar 2020 13:34:49 +1100 Subject: [PATCH] updated readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9ced5e09..0038f18b 100644 --- a/README.md +++ b/README.md @@ -164,12 +164,20 @@ auth: clientSecret: "" scopes: "" redirectURL: "" + // Optionally restrict login to users with an allowed email domain + // if empty or omitted, any email domain will be allowed. + emailDomains: + - example.com gitlab: name: "" baseURL: "" clientID: "" clientSecret: "" redirectURL: "" + // Optionally restrict login to users with an allowed email domain + // if empty or omitted, any email domain will be allowed. + emailDomains: + - example.com ``` ## Screenshots