diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-03-26 18:16:31 +0200 |
---|---|---|
committer | Tiago Botelho <tiagonbotelho@hotmail.com> | 2018-03-27 09:18:09 +0100 |
commit | 775796cdf776f00b5dafe27e2eaafff3f322c5a7 (patch) | |
tree | 2390ef884dfbf55ddcb6a5492cde82b5541e0c34 /doc/administration/auth/jwt.md | |
parent | d2608d36e47a1527aa44ae0d4b19a97683ece092 (diff) | |
download | gitlab-ce-775796cdf776f00b5dafe27e2eaafff3f322c5a7.tar.gz |
Clarify what auth_url should be
[ci skip]
Diffstat (limited to 'doc/administration/auth/jwt.md')
-rw-r--r-- | doc/administration/auth/jwt.md | 2 |
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. |