summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-03-26 18:16:31 +0200
committerTiago Botelho <tiagonbotelho@hotmail.com>2018-03-27 09:18:09 +0100
commit775796cdf776f00b5dafe27e2eaafff3f322c5a7 (patch)
tree2390ef884dfbf55ddcb6a5492cde82b5541e0c34
parentd2608d36e47a1527aa44ae0d4b19a97683ece092 (diff)
downloadgitlab-ce-775796cdf776f00b5dafe27e2eaafff3f322c5a7.tar.gz
Clarify what auth_url should be
[ci skip]
-rw-r--r--doc/administration/auth/jwt.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/auth/jwt.md b/doc/administration/auth/jwt.md
index 6de3a76a00e..b51e705ab52 100644
--- a/doc/administration/auth/jwt.md
+++ b/doc/administration/auth/jwt.md
@@ -58,7 +58,7 @@ JWT will provide you with a secret key for you to use.
NOTE: **Note:** For more information on each configuration option refer to
the [OmniAuth JWT usage documentation](https://github.com/mbleigh/omniauth-jwt#usage).
-1. Change `YOUR_APP_SECRET` to the client secret.
+1. Change `YOUR_APP_SECRET` to the client secret and set `auth_url` to your redirect URL.
1. Save the configuration file.
1. [Reconfigure GitLab][] or [restart GitLab][] for the changes to take effect if you
installed GitLab via Omnibus or from source respectively.