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-08-18 09:11:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-18 09:11:01 +0300
commit514ace363222f19595375f59b123b5e27c2b9b8a (patch)
tree955d0b886197f5ae104fa29706084dc13061112f /doc/integration
parent25d4a24f831382d37fabc1b6dd3fde26a6c34d4b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/oauth_provider.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/doc/integration/oauth_provider.md b/doc/integration/oauth_provider.md
index 7540a02e520..596fff47716 100644
--- a/doc/integration/oauth_provider.md
+++ b/doc/integration/oauth_provider.md
@@ -51,10 +51,13 @@ To add a new application for your user:
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:
+1. Select **Save application**. GitLab provides:
- - Application ID: OAuth 2 Client ID.
- - Secret: OAuth 2 Client Secret.
+ - The OAuth 2 Client ID in the **Application ID** field.
+ - The OAuth 2 Client Secret, accessible:
+ - In the **Secret** field in GitLab 14.1 and earlier.
+ - Using the **Copy** button on the **Secret** field
+ [in GitLab 14.2 and later](https://gitlab.com/gitlab-org/gitlab/-/issues/332844).
## Group owned applications
@@ -66,10 +69,13 @@ To add a new application for a group:
1. On the left sidebar, select **Settings > 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:
+1. Select **Save application**. GitLab provides:
- - Application ID: OAuth 2 Client ID.
- - Secret: OAuth 2 Client Secret.
+ - The OAuth 2 Client ID in the **Application ID** field.
+ - The OAuth 2 Client Secret, accessible:
+ - In the **Secret** field in GitLab 14.1 and earlier.
+ - Using the **Copy** button on the **Secret** field
+ [in GitLab 14.2 and later](https://gitlab.com/gitlab-org/gitlab/-/issues/332844).
## Instance-wide applications