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-09 18:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-09 18:09:39 +0300
commit6c5f3e7b4eaf92ccdd8f2e5b6204683441e207ec (patch)
tree403601fd5d8bcc8db75c2090af1f5e0b43e666d3 /doc/integration/oauth_provider.md
parent3c53fbc50bf8d084f1184836468850d2a83ef920 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/oauth_provider.md')
-rw-r--r--doc/integration/oauth_provider.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/integration/oauth_provider.md b/doc/integration/oauth_provider.md
index 8f1c625d142..377c8ec82d0 100644
--- a/doc/integration/oauth_provider.md
+++ b/doc/integration/oauth_provider.md
@@ -43,16 +43,17 @@ levels. The default callback URL is `http://your-gitlab.example.com/users/auth/g
## Add an application through the profile
-To add a new application via your profile, select your avatar in the top right, and then select
-**Settings > Applications**. You can then enter a **Name**, **Redirect URI** and
-OAuth 2 scopes as defined in [Authorized Applications](#authorized-applications).
+To add a new application via your profile:
-- The **Redirect URI** is the URL where users are sent after they authorize with GitLab.
+1. In the top-right corner, select your avatar.
+1. Select **Edit profile**.
+1. In the left sidebar, select **Applications**.
+1. Enter a **Name**, **Redirect URI** and OAuth 2 scopes as defined in [Authorized Applications](#authorized-applications).
+ The **Redirect URI** is the URL where users are sent after they authorize with GitLab.
+1. Select **Save application**. GitLab displays:
-When you select **Save application**, GitLab displays:
-
-- Application ID: OAuth 2 Client ID.
-- Secret: OAuth 2 Client Secret.
+ - Application ID: OAuth 2 Client ID.
+ - Secret: OAuth 2 Client Secret.
## OAuth applications in the Admin Area