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:
authorFlorian Weber <florian.weber@ueberbit.de>2017-08-26 20:47:12 +0300
committerRémy Coutable <remy@rymai.me>2017-09-26 13:30:48 +0300
commit5d96b1489e57ee66e50b8ff5ea018264892c8185 (patch)
tree27e2157117a8f52dd2c9a270aa707eaab7580ea5 /doc/integration
parent07f5c3c350f19bcfa4276b28e000cf2a7737ee7e (diff)
Update omniauth-azure-oauth2 to 0.0.9 (Support Office 365 Germany)
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/azure.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/integration/azure.md b/doc/integration/azure.md
index 5e3e9f5ab77..f3c9c498634 100644
--- a/doc/integration/azure.md
+++ b/doc/integration/azure.md
@@ -74,6 +74,9 @@ To enable the Microsoft Azure OAuth2 OmniAuth provider you must register your ap
tenant_id: "TENANT ID" } }
```
+ The `base_azure_url` is optional and can be added for different locales;
+ e.g. `base_azure_url: "https://login.microsoftonline.de"`.
+
1. Replace 'CLIENT ID', 'CLIENT SECRET' and 'TENANT ID' with the values you got above.
1. Save the configuration file.