From 06d2dd2b5df301a562510d4fe29c840dfb7dfe2b Mon Sep 17 00:00:00 2001 From: Jason Goodman <jgoodman@gitlab.com> Date: Thu, 25 Jul 2024 16:44:18 +0000 Subject: [PATCH] Update minimal access role documentation Describe use with SAML SSO for GitLab.com groups Add role introduction to history --- doc/user/permissions.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/user/permissions.md b/doc/user/permissions.md index abb20b7803340..26f152d238e0b 100644 --- a/doc/user/permissions.md +++ b/doc/user/permissions.md @@ -518,10 +518,14 @@ Users with the Minimal Access role do not: Owners must explicitly add these users to the specific subgroups and projects. -You can use the Minimal Access role to give the same member more than one role in a group: - -1. Add the member to the root group with a Minimal Access role. -1. Invite the member as a direct member with a specific role in any subgroup or project in that group. +You can use the Minimal Access role with [SAML SSO for GitLab.com groups](group/saml_sso/index.md) +to control access to groups and projects in the group hierarchy. You can set the default role to +Minimal Access for members automatically added to the root group through SSO. + +1. On the left sidebar, select **Search or go to** and find your group. +1. Select **Settings > SAML SSO**. +1. From the **Default membership role** dropdown list, select **Minimal Access**. +1. Select **Save changes**. ### Minimal access users receive 404 errors -- GitLab