From 30bde923fb715865c46c7a045084f93b48f709d2 Mon Sep 17 00:00:00 2001 From: Rakhman Musoyev <rmusoyev@gitlab.com> Date: Mon, 30 Sep 2024 14:42:38 +0000 Subject: [PATCH] Apply 4 suggestion(s) to 1 file(s) Co-authored-by: Brendan Lynch <blynch@gitlab.com> --- .../settings/account_and_limit_settings.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/administration/settings/account_and_limit_settings.md b/doc/administration/settings/account_and_limit_settings.md index d309e840738d8..c1075595cec1b 100644 --- a/doc/administration/settings/account_and_limit_settings.md +++ b/doc/administration/settings/account_and_limit_settings.md @@ -311,6 +311,26 @@ Once a lifetime for access tokens is set, GitLab: allowed lifetime. Three hours is given to allow administrators to change the allowed lifetime, or remove it, before revocation takes place. +## User OAuth applications setting + +DETAILS: +**Tier:** Free, Premium, Ultimate +**Offering:** Self-managed + +Prerequisites: + +You must be an administrator. + +The **User OAuth applications** setting controls whether users can register applications to use GitLab as an OAuth provider. This setting affects user-owned OAuth application, but does not affect group-level OAuth applications. + +To toggle on or off the **User OAuth applications** setting: + +1. On the left sidebar, at the bottom, select **Admin**. +1. Select **Settings > General**. +1. Expand the **Account and limit** section. +1. Select or clear the **User OAuth applications** checkbox. +1. Select **Save changes**. + ## Disable user profile name changes DETAILS: -- GitLab