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>2022-09-16 06:13:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-16 06:13:19 +0300
commit0e6ff93eba3ed1ba4c7be0ec78a76dde71a47285 (patch)
tree5644055ecab86d9f68a1ac701ca8ac8e9219ce77 /doc/integration/oauth_provider.md
parentd746accf38bc9304f29c2bc4a70dfdc6565170f7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/oauth_provider.md')
-rw-r--r--doc/integration/oauth_provider.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/integration/oauth_provider.md b/doc/integration/oauth_provider.md
index d04baa1dc05..55a14cb4859 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.