From 48c72c0af3dba43818f22e24117500032bf7e7ad 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