diff options
Diffstat (limited to 'doc/administration/auth/jwt.md')
-rw-r--r-- | doc/administration/auth/jwt.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/administration/auth/jwt.md b/doc/administration/auth/jwt.md index 15eee50c771..5a773485842 100644 --- a/doc/administration/auth/jwt.md +++ b/doc/administration/auth/jwt.md @@ -64,7 +64,7 @@ JWT will provide you with a secret key for you to use. 1. Change `YOUR_APP_SECRET` to the client secret and set `auth_url` to your redirect URL. 1. Save the configuration file. -1. [Reconfigure][] or [restart GitLab][] for the changes to take effect if you +1. [Reconfigure](../restart_gitlab.md#omnibus-gitlab-reconfigure) or [restart GitLab](../restart_gitlab.md#installations-from-source) for the changes to take effect if you installed GitLab via Omnibus or from source respectively. On the sign in page there should now be a JWT icon below the regular sign in form. @@ -72,9 +72,6 @@ Click the icon to begin the authentication process. JWT will ask the user to sign in and authorize the GitLab application. If everything goes well, the user will be redirected to GitLab and will be signed in. -[reconfigure]: ../restart_gitlab.md#omnibus-gitlab-reconfigure -[restart GitLab]: ../restart_gitlab.md#installations-from-source - <!-- ## Troubleshooting Include any troubleshooting steps that you can foresee. If you know beforehand what issues |