From 514ace363222f19595375f59b123b5e27c2b9b8a Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 18 Aug 2021 06:11:01 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/integration/oauth_provider.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'doc/integration') 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 -- cgit v1.2.3