diff options
author | Florian Weber <florian.weber@ueberbit.de> | 2017-08-26 19:47:12 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-09-26 12:30:48 +0200 |
commit | 5d96b1489e57ee66e50b8ff5ea018264892c8185 (patch) | |
tree | 27e2157117a8f52dd2c9a270aa707eaab7580ea5 /doc | |
parent | 07f5c3c350f19bcfa4276b28e000cf2a7737ee7e (diff) | |
download | gitlab-ce-5d96b1489e57ee66e50b8ff5ea018264892c8185.tar.gz |
Update omniauth-azure-oauth2 to 0.0.9 (Support Office 365 Germany)ueberbit/gitlab-ce-omniauth-azure-oauth2
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/integration/azure.md | 3 |
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. |