From ac3bedd12a20e64c2fcde3d7c54a0e6a4f8e7a49 Mon Sep 17 00:00:00 2001 From: kfox Date: Wed, 18 Oct 2017 19:55:13 -0700 Subject: [PATCH] Add missing flag. --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index b9d9c96c..201e38fe 100644 --- a/main.go +++ b/main.go @@ -50,6 +50,7 @@ func main() { flagSet.String("google-admin-email", "", "the google admin to impersonate for api calls") flagSet.String("google-service-account-json", "", "the path to the service account json credentials") flagSet.String("client-id", "", "the OAuth Client ID: ie: \"123456.apps.googleusercontent.com\"") + flagSet.String("audience-client-id", "", "the OAuth Audience Client ID: ie: \"123456.apps.googleusercontent.com\"") flagSet.String("client-secret", "", "the OAuth Client Secret") flagSet.String("authenticated-emails-file", "", "authenticate against emails via file (one per line)") flagSet.String("htpasswd-file", "", "additionally authenticate against a htpasswd file. Entries must be created with \"htpasswd -s\" for SHA encryption")