diff options
-rw-r--r-- | doc/integration/azure.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/integration/azure.md b/doc/integration/azure.md index f3c9c498634..837508b929c 100644 --- a/doc/integration/azure.md +++ b/doc/integration/azure.md @@ -2,6 +2,8 @@ To enable the Microsoft Azure OAuth2 OmniAuth provider you must register your application with Azure. Azure will generate a client ID and secret key for you to use. +> Read through [Microsoft's documentation for instructions on enabling multitenancy](https://docs.microsoft.com/en-gb/azure/active-directory/develop/active-directory-devhowto-multi-tenant-overview) for your Azure intergration. + 1. Sign in to the [Azure Management Portal](https://manage.windowsazure.com>). 1. Select "Active Directory" on the left and choose the directory you want to use to register GitLab. |