Clarify what auth_url should be

[ci skip]
This commit is contained in:
Achilleas Pipinellis 2018-03-26 18:16:31 +02:00 committed by Tiago Botelho
parent d2608d36e4
commit 775796cdf7

View file

@ -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.