From f64f5f6a96e7c4b6ebed1f231d2af7f69dff1821 Mon Sep 17 00:00:00 2001
From: Jessie Young <jessieyoung@gitlab.com>
Date: Fri, 16 Sep 2022 00:22:18 +0000
Subject: [PATCH] Clarify location of authorized applications

* I was trying to find the list of authorized applications using these
  docs and it took me a while to figure it out.
* Part of what confused me was that there is no "Settings" page, only a
  "User Settings" page at `https://gitlab.com/-/profile`.
---
 doc/integration/oauth_provider.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/integration/oauth_provider.md b/doc/integration/oauth_provider.md
index d04baa1dc0582..55a14cb4859b3 100644
--- a/doc/integration/oauth_provider.md
+++ b/doc/integration/oauth_provider.md
@@ -103,8 +103,11 @@ When applications are deleted, all grants and tokens associated with the applica
 
 ## Authorized applications
 
-Every application you authorize with your GitLab credentials is shown
-in the **Authorized applications** section under **Settings > Applications**.
+To see all the application you've authorized with your GitLab credentials:
+
+1. On the top bar, in the top right corner, select your avatar.
+1. Select **Edit profile** and then select **Applications**.
+1. Scroll down to the **Authorized applications** section.
 
 The GitLab OAuth 2 applications support scopes, which allow various actions that any given
 application can perform. Available scopes are depicted in the following table.
-- 
GitLab