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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-13 03:09:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-13 03:09:10 +0300
commit71d4234fa1047943240e129b73ca41e751711520 (patch)
tree648cb8c02eccd3c8e00be115d77422f23beabb66 /doc/integration/azure.md
parenteef0c69d45082b370f1e41e50f12488a216944f2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/azure.md')
-rw-r--r--doc/integration/azure.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/integration/azure.md b/doc/integration/azure.md
index f22a94a01c7..c83ef650f54 100644
--- a/doc/integration/azure.md
+++ b/doc/integration/azure.md
@@ -6,6 +6,10 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Microsoft Azure OAuth2 OmniAuth Provider
+NOTE:
+Per Microsoft, this provider uses the [older Azure Active Directory v1.0 endpoint](https://docs.microsoft.com/en-us/azure/active-directory/azuread-dev/v1-protocols-oauth-code).
+Microsoft documentation suggests that you should use the [OpenID Connect protocol to use the v2 endpoints](../administration/auth/oidc.md#microsoft-azure) for new projects.
+
To enable the Microsoft Azure OAuth2 OmniAuth provider, you must register your application with Azure. Azure generates a client ID and secret key for you to use.
Sign in to the [Azure Portal](https://portal.azure.com), and follow the instructions in