From e7f0379097f21e7fee23be2be1e14d47dfc5706d Mon Sep 17 00:00:00 2001 From: snowjet Date: Fri, 5 Jun 2020 16:11:20 +1000 Subject: [PATCH] Update to user-guide.md Incorrect Documentation - should be "sign-in-page" not "sign-page". --- docs/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide.md b/docs/user-guide.md index 233f8172..bd8c4e44 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -452,7 +452,7 @@ By default, Louketo Proxy will immediately redirect you for authentication and hand back a 403 for access denied. Most users will probably want to present the user with a more friendly sign-in and access denied page. You can pass the command line options (or via config -file) paths to the files with `--signin-page=PATH`. The sign-in page +file) paths to the files with `--sign-in-page=PATH`. The sign-in page will have a 'redirect' variable passed into the scope and holding the OAuth redirection URL. If you wish to pass additional variables into the templates, such as title, sitename and so on, you can use the -`-tags