Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-09 10:38:25 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-09 10:38:25 +0300
commitad85eccc188c5858d27f61cddf3fd0ea7130da3f (patch)
treeae049ed48023b6836e4e8e86f2fc0ef800a9a129 /doc/integration/azure.md
parent7524406189939a1e872251f6aac4bcb5038cad1f (diff)
Mention reconfigure/restart in omniauth docs
[ci skip]
Diffstat (limited to 'doc/integration/azure.md')
-rw-r--r--doc/integration/azure.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/integration/azure.md b/doc/integration/azure.md
index 48dddf7df44..a4b5545331f 100644
--- a/doc/integration/azure.md
+++ b/doc/integration/azure.md
@@ -78,6 +78,10 @@ To enable the Microsoft Azure OAuth2 OmniAuth provider you must register your ap
1. Save the configuration file.
-1. Restart GitLab for the changes to take effect.
+1. [Reconfigure][] or [restart GitLab][] 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 Microsoft icon below the regular sign in form. Click the icon to begin the authentication process. Microsoft will ask the user to sign in and authorize the GitLab application. If everything goes well the user will be returned to GitLab and will be signed in.
+
+[reconfigure]: ../administration/restart_gitlab.md#omnibus-gitlab-reconfigure
+[restart]: ../administration/restart_gitlab.md#installations-from-source